~ubuntu-branches/ubuntu/oneiric/ecasound2.2/oneiric

« back to all changes in this revision

Viewing changes to libecasound/eca-engine.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
  ECA_ENGINE(ECA_CHAINSETUP* eparam);
122
122
  ~ECA_ENGINE(void);
123
123
 
124
 
  void exec(bool batch_mode);
 
124
  int exec(bool batch_mode);
125
125
  void command(Engine_command_t cmd, double arg);
126
126
  void wait_for_stop(int timeout);
127
127
  void wait_for_exit(int timeout);