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

« back to all changes in this revision

Viewing changes to libecasound/eca-chainsetup-parser.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:
37
37
  void interpret_option(const std::string& arg);
38
38
  void interpret_global_option(const std::string& arg);
39
39
  void interpret_object_option(const std::string& arg);
40
 
  void interpret_options(std::vector<std::string>& opts);
 
40
  void interpret_options(const std::vector<std::string>& opts);
41
41
 
42
42
  void reset_interpret_status(void);
43
43
  void preprocess_options(std::vector<std::string>& opts) const;