Ignore:
Timestamp:
Mar 8, 2011, 1:56:48 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 444

File:
1 edited

Legend:

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

    r11 r561  
    6161                   const cmt_string& trailer,
    6262                   bool need_dependencies,
    63                    Use* use);
     63                   Use* use,
     64                   const cmt_string& path);
     65  //                   Use* use);
    6466  static void show (const cmt_string& name);
    6567  static void show_all ();
     
    7981  ~Fragment ();
    8082  void clear ();
    81   int print ();
     83  int print (PrintMode mode = Csh, ostream& out = cout); // Csh is default for ArgParser::mode
     84  //  int print ();
    8285  bool locate ();
    8386
Note: See TracChangeset for help on using the changeset viewer.