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

« back to all changes in this revision

Viewing changes to libecasound/audioio-forked-stream.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2007-04-22 01:25:44 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422012544-lugfjb034udblalb
Tags: 2.4.5-1
* new upstream release
* build-depend on texlive
* pbuilder-test: error code changed from '-1' to '1', so update test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  
46
46
  void fork_child_for_read(void);
47
47
  void fork_child_for_write(void);
48
 
  void clean_child(void);
 
48
  void clean_child(bool force = false);
49
49
 
50
50
  const std::string& fork_command(void) const { return(command_rep); }
51
51