Ignore:
Timestamp:
Mar 26, 2010, 11:56:50 AM (14 years ago)
Author:
rybkin
Message:

See C.L. 422

File:
1 edited

Legend:

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

    r526 r535  
    109109
    110110  static ProjectVector& projects ();
    111   static ProjectPtrVector ordered_projects ();
     111  static ProjectPtrVector& ordered_projects ();
     112  static void order_all ();
    112113  static void clear_all ();
    113114  static void show_all ();
     
    163164  void set_cmtpath_pwd (const cmt_string& path);
    164165  void set_cmtpath_source (const cmt_string& source);
     166  void set_is_current (bool is_current);
     167  bool is_current () const;
    165168  void clear ();
    166169  void configure ();
     
    170173  void add_parent (Project* p);
    171174  void add_child (Project* p);
     175  void erase_child (Project* p);
    172176
    173177  void container_action (const CmtSystem::cmt_string_vector& words);
     
    225229  int m_visits;
    226230  int m_order;
     231  bool m_is_current;
    227232
    228233  cmt_string m_cmtpath;
Note: See TracChangeset for help on using the changeset viewer.