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

« back to all changes in this revision

Viewing changes to libecasound/audioio-db-client.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
  /*@}*/
68
68
 
 
69
  /** @name Reimplemented functions from AUDIO_IO_BARRIER */
 
70
  /*@{*/
 
71
 
 
72
  virtual void start_io(void);
 
73
  virtual void stop_io(void);
 
74
 
 
75
  /*@}*/
 
76
 
69
77
  /** @name Reimplemented functions from AUDIO_IO */
70
78
  /*@{*/
71
79
 
93
101
  bool recursing_rep;
94
102
 
95
103
  void fetch_initial_child_data(void);
 
104
 
 
105
  bool pause_db_server_if_running(void);
 
106
  void restore_db_server_state(bool was_running);
96
107
};
97
108
 
98
109
#endif