Changeset 169 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Jun 18, 2007, 3:49:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Namespace.h
r107 r169 130 130 void SplitNamespace( const char *fullName, char *namespaceStr, char *simpleName ) const; 131 131 132 voidImports( const string &namespaceStr );132 bool Imports( const string &namespaceStr ); 133 133 134 134 static bool CollectNamespaces( const char *source, NamespaceScopesCollection &namespaceScopesCollection );
Note:
See TracChangeset
for help on using the changeset viewer.