Changeset 505 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Apr 28, 2008, 7:28:47 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 4 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>
Note:
See TracChangeset
for help on using the changeset viewer.