~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to include/EST_UList.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#ifndef __EST_ULIST_H__
42
42
#define __EST_ULIST_H__
43
43
 
44
 
#include <iostream.h>
 
44
#include <iostream>
45
45
#include "EST_common.h"
46
46
#include "EST_String.h"
47
47
 
 
48
using namespace std;
 
49
 
48
50
class EST_UItem {
49
51
public:
50
52
    void init() { n = NULL; p = NULL;}