Changeset 637 in dev for trunk/ab5.0/abdev/ab_common/include/Lexical/Symbol.h
- Timestamp:
 - Jun 11, 2008, 10:10:26 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/ab5.0/abdev/ab_common/include/Lexical/Symbol.h
r603 r637 38 38 39 39 public: 40 bool isTargetObjectModule;41 40 Symbol( const NamespaceScopes &namespaceScopes, const std::string &name ) 42 41 : namespaceScopes( namespaceScopes ) 43 42 , name( name ) 44 , isTargetObjectModule( true )45 43 { 46 44 } … … 48 46 : namespaceScopes( symbol.namespaceScopes ) 49 47 , name( symbol.name ) 50 , isTargetObjectModule( true )51 48 { 52 49 } 53 50 Symbol() 54 : isTargetObjectModule( true )55 51 { 56 52 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  