~ubuntu-branches/ubuntu/warty/speech-tools/warty

« back to all changes in this revision

Viewing changes to include/EST_TTimeIndex.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-04-29 08:07:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040429080731-i18e2g1tv8pala5l
Tags: 1:1.2.3-7
* set SHARED=2 in config.in
  - required to build a shared Festival library

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifndef __EST_TTIMEINDEX_H__
36
36
#define __EST_TTIMEINDEX_H__
37
37
 
38
 
#include <iostream.h>
 
38
#include <iostream>
 
39
 
 
40
using namespace std;
39
41
 
40
42
/** A time index for a container. The container defines how to get an
41
43
  * object and so on, this lets you find a point in the container not