Ignore:
Timestamp:
Nov 20, 2006, 10:39:18 PM (18 years ago)
Author:
garonne
Message:

native version support

File:
1 edited

Legend:

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

    r328 r331  
    8888  void author_action (const CmtSystem::cmt_string_vector& words);
    8989  void manager_action (const CmtSystem::cmt_string_vector& words);
    90   bool move_to ();
     90  bool move_to (const cmt_string& native_version="");
    9191  void discard ();
    9292  void undiscard ();
     
    155155  bool selected;                 /* used for recursive access       */
    156156  bool m_located;
     157  bool m_hidden;
    157158  ScopeType initial_scope;
    158159
     
    174175private:
    175176  void clear ();
    176   int reach_package (const cmt_string& current_path);
     177  int reach_package (const cmt_string& current_path, const cmt_string& n_version="");
    177178  void select ();
    178179  void unselect ();
Note: See TracChangeset for help on using the changeset viewer.