Changeset 193 in dev for trunk/abdev/BasicCompiler_Common/src/SmoothieImpl.cpp
- Timestamp:
- Jun 26, 2007, 5:04:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/SmoothieImpl.cpp
r191 r193 6 6 #include <LexicalScopingImpl.h> 7 7 8 MetaImpl SmoothieImpl::metaImpl(9 new ClassesImpl()10 );11 12 8 CLexicalScopes *Smoothie::Temp::pLexicalScopes = new LexicalScopesImpl(); 13 14 15 Meta &Smoothie::GetMeta()16 {17 return SmoothieImpl::metaImpl;18 }
Note:
See TracChangeset
for help on using the changeset viewer.