source:
dev/trunk/abdev/BasicCompiler_Common/src/SmoothieImpl.cpp@
189
Last change on this file since 189 was 184, checked in by , 18 years ago | |
---|---|
File size: 294 bytes |
Rev | Line | |
---|---|---|
[184] | 1 | #include <jenga/include/smoothie/Smoothie.h> |
2 | ||
3 | #include <ClassImpl.h> | |
4 | #include <ProcedureImpl.h> | |
5 | #include <LexicalScopingImpl.h> | |
6 | ||
7 | Meta Smoothie::meta( | |
8 | new ClassesImpl(), | |
9 | new ProcPointersImpl() | |
10 | ); | |
11 | ||
12 | CLexicalScopes *Smoothie::Temp::pLexicalScopes = new LexicalScopesImpl(); |
Note:
See TracBrowser
for help on using the repository browser.