Make special MGC versions of some library class like HashMap and Vector etc. to avoid...
authorjzhou <jzhou>
Sat, 12 Feb 2011 00:40:45 +0000 (00:40 +0000)
committerjzhou <jzhou>
Sat, 12 Feb 2011 00:40:45 +0000 (00:40 +0000)
commit7dd95dce931810ddaf14f3ad1e64c4d0d18974e6
treee2eb58dd7f334af4e969fdfb8895a157609853d9
parentac63b46ad7b0c86f05442deca9177494aff6f0e8
Make special MGC versions of some library class like HashMap and Vector etc. to avoid braking compilation of non-MGC build
12 files changed:
Robust/src/ClassLibrary/HashMap.java
Robust/src/ClassLibrary/MGC/HashMap.java [new file with mode: 0644]
Robust/src/ClassLibrary/MGC/Map.java [new file with mode: 0644]
Robust/src/ClassLibrary/MGC/Math.java [new file with mode: 0644]
Robust/src/ClassLibrary/MGC/Set.java [new file with mode: 0644]
Robust/src/ClassLibrary/MGC/System.java [new file with mode: 0644]
Robust/src/ClassLibrary/MGC/Vector.java [new file with mode: 0644]
Robust/src/ClassLibrary/Map.java [deleted file]
Robust/src/ClassLibrary/Math.java
Robust/src/ClassLibrary/Set.java [deleted file]
Robust/src/ClassLibrary/System.java
Robust/src/ClassLibrary/Vector.java