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

« back to all changes in this revision

Viewing changes to libecasound/eca-session.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:
59
59
  ECA_CHAINSETUP* connected_chainsetup_repp;
60
60
  ECA_CHAINSETUP* selected_chainsetup_repp;
61
61
 
 
62
  bool cs_defaults_set_rep;
 
63
 
62
64
  // ---
63
65
  // Setup interpretation
64
66
  // ---
65
 
  void set_defaults(void);
 
67
  void set_cs_param_defaults(void);
66
68
 
67
69
  void preprocess_options(std::vector<std::string>* opts);
68
70
  void create_chainsetup_options(COMMAND_LINE& cline, std::vector<std::string>* options);