Changeset 171 for cpp/frams/vm/classes/genoobj.h
- Timestamp:
- 03/13/14 01:00:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/genoobj.h
r138 r171 33 33 static ExtObject makeDynamicObject(Geno* g); 34 34 static ExtObject makeDynamicObjectAndDecRef(Geno* g); 35 static Geno* fromObject(const ExtValue& v );35 static Geno* fromObject(const ExtValue& v, bool warn=true); 36 36 static ParamInterface* getInterface(); 37 37
Note: See TracChangeset
for help on using the changeset viewer.