Changeset 652 for CMT/HEAD/source/cmt.h


Ignore:
Timestamp:
Nov 5, 2013, 3:40:52 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 511

File:
1 edited

Legend:

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

    r612 r652  
    5252  cmt_string m_current_version;
    5353 
    54   cmt_string m_extra_tags;
     54  //  cmt_string m_extra_tags;
     55  CmtSystem::cmt_string_vector m_extra_tags;
     56  CmtSystem::cmt_string_vector m_tags;
     57  CmtSystem::cmt_string_vector m_tags_add;
     58  CmtSystem::cmt_string_vector m_tags_remove;
     59
    5560  cmt_string m_configure_error;
    5661 
     
    268273  static void print_tabs (int tabs);
    269274  static void print_xml_prolog (const cmt_string& root = "cmt", ostream& out = cout);
    270   static int reach_current_package ();
     275  //  static int reach_current_package ();
     276  static int use_current_package ();
    271277  static int use_extra_file (const cmt_string& file);
     278  static int apply_globals ();
    272279  static void restore_all_tags (Use* use);
    273280  static void set_current_access (AccessMode mode);
Note: See TracChangeset for help on using the changeset viewer.