Ignore:
Timestamp:
Apr 5, 2012, 1:43:26 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 483

File:
1 edited

Legend:

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

    r588 r608  
    110110  void get_cmtpath_and_offset (cmt_string& cmtpath, cmt_string& offset) const;
    111111  bool get_strategy (const cmt_string& name) const;
     112  inline const cmt_string& get_realpath () const { return m_realpath; }
    112113
    113114  void fill_includes_macro (cmt_string& buffer) const;
     
    246247
    247248  cmt_regexp m_head_version;
     249  cmt_string m_realpath; /* canonicalized absolute real_path */
    248250
    249251  friend class UseProjectAction;
Note: See TracChangeset for help on using the changeset viewer.