Ignore:
Timestamp:
Mar 16, 2011, 3:32:16 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 446

File:
1 edited

Legend:

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

    r550 r563  
    3232                         const cmt_string& version,
    3333                         const cmt_string& path);
    34   static void set_auto_imports_state (int use_index,
    35                                       cmt_vector<bool>& auto_imports_states);
     34  //static void set_auto_imports_state (int use_index,
     35  //cmt_vector<bool>& auto_imports_states);
     36  static void set_auto_imports_state (const Use::UsePtrVector& uses,
     37                                      cmt_vector<bool>& auto_imports_states,
     38                                      cmt_map <Use*, bool>& visited);
    3639  static Use* add (const cmt_string& path,
    3740                   const cmt_string& package,
     
    4144                   const cmt_string& native_version,
    4245                   Use* context_use,
    43                    State specified_auto_imports = Unspecified);
     46                   const State specified_auto_imports = Unspecified);
    4447  static void move (Use* use1);
    4548  static void reorder (Use* use1, Use* use2);
     
    120123
    121124  void change_path (const cmt_string& path);
    122   void set_auto_imports (State new_state);
     125  void set_auto_imports (State context_state, State specified_state,
     126                         cmt_map <Use*, bool>& visited);
     127  //  void set_auto_imports (State new_state);
     128  //void set_auto_imports_state (cmt_vector<bool>& auto_imports_states,
     129  //cmt_map <Use*, bool>& visited);
    123130  void set_native_version (bool state);
    124131  bool has_native_version () const;
Note: See TracChangeset for help on using the changeset viewer.