Ignore:
Timestamp:
Nov 1, 2006, 10:46:57 AM (18 years ago)
Author:
garonne
Message:

beta development 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1rbeta20p20061025/source/cmt_use.h

    r283 r295  
    6060  static void fill_macro_all (cmt_string& buffer, const cmt_string& suffix);
    6161
    62 // Private class methods
    63 private:
    6462  static Use* create (const cmt_string& path,
    6563                      const cmt_string& package,
     
    6765                      const cmt_string& version_alias,
    6866                      const cmt_string& path_alias);
     67
     68  void add_sub_use(Use* use)
     69  {
     70      this->sub_uses.push_back (use);
     71  }
     72
     73// Private class methods
     74private:
    6975
    7076// Public instance methods
     
    126132  ScopeType get_current_scope () const;
    127133
     134  Project* get_project ();
    128135// Public attributes
    129136public:
Note: See TracChangeset for help on using the changeset viewer.