Ignore:
Timestamp:
Jan 6, 2014, 3:40:25 PM (10 years ago)
Author:
rybkin
Message:

See C.L. 521

File:
1 edited

Legend:

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

    r568 r662  
    2020  typedef cmt_vector<Tag*> TagPtrVector;
    2121
     22  typedef cmt_vmap<const Tag*, Use::UsePtrVector> TagUses;
     23
    2224  static void action (const CmtSystem::cmt_string_vector& words, Use* use);
    2325  static void action_apply (const CmtSystem::cmt_string_vector& words, Use* use);
     
    4042
    4143  static bool check_tag_used (const Tag* tag);
     44
     45  static TagUses& apply_tag ();
    4246
    4347public:
Note: See TracChangeset for help on using the changeset viewer.