Changeset 505 in dev for trunk/ab5.0/abdev/BasicCompiler_Common
- Timestamp:
- Apr 28, 2008, 7:28:47 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Enum.h
r407 r505 1 1 #pragma once 2 3 #include <Namespace.h>4 2 5 3 class EnumMember -
trunk/ab5.0/abdev/BasicCompiler_Common/include/NamespaceSupporter.h
r504 r505 1 1 #pragma once 2 3 #include <Namespace.h>4 2 5 3 class NamespaceSupporter -
trunk/ab5.0/abdev/BasicCompiler_Common/include/Symbol.h
r504 r505 5 5 6 6 #include <BoostSerializationSupport.h> 7 #include <Namespace.h>8 7 9 8 using namespace std; -
trunk/ab5.0/abdev/BasicCompiler_Common/include/TypeDef.h
r272 r505 4 4 #include <string> 5 5 6 #include <Namespace.h>7 6 #include <Type.h> 8 7 #include <Symbol.h> -
trunk/ab5.0/abdev/BasicCompiler_Common/src/ObjectModule.cpp
r461 r505 41 41 42 42 #include <BoostSerializationSupport.h> 43 44 #include <abdev/ab_common/Environment.h> 45 #include <abdev/ab_common/include/Namespace.h> 46 47 using namespace ActiveBasic::Common::Lexical; 48 43 49 #include <Hashmap.h> 44 50 #include <Compiler.h>
Note:
See TracChangeset
for help on using the changeset viewer.