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

« back to all changes in this revision

Viewing changes to libecasound/audioio-loop.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:
30
30
  virtual void write_buffer(SAMPLE_BUFFER* sbuf);
31
31
 
32
32
  virtual bool finished(void) const;
33
 
  virtual void seek_position(void) { } 
 
33
  virtual void seek_position(void);
34
34
 
35
35
  virtual std::string parameter_names(void) const { return("label,id_number"); }
36
36
  virtual void set_parameter(int param, std::string value);