Ignore:
Timestamp:
Apr 15, 2011, 5:01:46 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 449

File:
1 edited

Legend:

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

    r563 r566  
    3232                         const cmt_string& version,
    3333                         const cmt_string& path);
     34  static Use* find_valid (const cmt_string& package);
    3435  //static void set_auto_imports_state (int use_index,
    3536  //cmt_vector<bool>& auto_imports_states);
     
    147148  Project* get_project ();
    148149  cmt_string get_info () const;
     150  bool is_head_version (const cmt_string& version);
    149151// Public attributes
    150152public:
     
    228230  CmtSystem::cmt_string_vector alternate_versions;
    229231  CmtSystem::cmt_string_vector alternate_paths;
     232  cmt_vector<bool> alternate_is_head_versions;
    230233
    231234  CmtSystem::cmt_string_vector requests;
    232235
    233  
     236  cmt_regexp m_head_version;
    234237
    235238  friend class UseProjectAction;
Note: See TracChangeset for help on using the changeset viewer.