This commit is contained in:
Garry Boyer
2007-05-03 21:47:55 +00:00
parent 360b91a4f0
commit d17acb68b2
17 changed files with 1663 additions and 134 deletions
+4
View File
@@ -29,6 +29,10 @@
class String {
private:
ArrayList<char> array_;
OT_DEF(String) {
OT_MY_OBJECT(array_);
}
public:
String() {}