Ignore:
Timestamp:
Apr 29, 2011, 5:43:24 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 455

File:
1 edited

Legend:

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

    r566 r572  
    198198  bool is_client (const cmt_string& package,
    199199                  const cmt_string& version);
    200   void show_sub_uses (const cmt_string& request, bool skip_discarded = false,
    201                       ostream& out = cout);
     200  void show_sub_uses (cmt_map <Use*, bool>& visited,
     201                      const cmt_string& request, State specified_state,
     202                      bool skip_discarded = false, ostream& out = cout);
    202203  //  void show_sub_uses (const cmt_string& request, bool skip_discarded = false);
    203204  bool select_alternate ();
Note: See TracChangeset for help on using the changeset viewer.