Changeset 172 in dev for trunk/jenga/src/smoothie
- Timestamp:
- Jun 19, 2007, 4:02:00 AM (17 years ago)
- Location:
- trunk/jenga/src/smoothie
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/src/smoothie/Method.cpp
r170 r172 1 #include <jenga/include/smoothie/ Method.h>1 #include <jenga/include/smoothie/Class.h> 2 2 3 3 -
trunk/jenga/src/smoothie/Smoothie.cpp
r170 r172 6 6 Meta Smoothie::meta; 7 7 NamespaceScopesCollection Smoothie::Temp::importedNamespaces; 8 const CClass *Smoothie::Temp::pCompilingClass = NULL; 8 9 9 10 bool Smoothie::isFullCompile = false;
Note:
See TracChangeset
for help on using the changeset viewer.