Changeset 510 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Apr 30, 2008, 10:22:12 AM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h
r424 r510 3 3 #include <option.h> 4 4 #include <Program.h> 5 #include <Prototype.h>6 5 #include <Type.h> 7 6 #include <Method.h> -
trunk/ab5.0/abdev/BasicCompiler_Common/include/Member.h
r409 r510 6 6 #include <option.h> 7 7 #include <Program.h> 8 #include <Prototype.h>9 8 10 9 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.