Ignore:
Timestamp:
Apr 20, 2011, 4:28:57 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 451

File:
1 edited

Legend:

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

    r549 r568  
    5151  void add_ref_use (Use* use);
    5252  void unmark ();
    53   void mark ();
     53  void mark (const cmt_string& context);
     54  //void mark ();
    5455  void show_definition (bool quiet, ostream& out = cout,
    5556                        const cmt_string& prefix = "") const;
     
    7475  Use* m_def_use;
    7576  Use* m_set_use;
     77  cmt_string m_act_context;
    7678  Use::UsePtrVector m_ref_uses;
    7779  int m_priority;
Note: See TracChangeset for help on using the changeset viewer.