Changeset 128 in dev for BasicCompiler_Common/Type.cpp
- Timestamp:
- May 18, 2007, 4:42:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Type.cpp
r117 r128 522 522 return Type( DEF_OBJECT, *pobj_DBClass->GetStringClassPtr() ); 523 523 } 524 525 const string BlittableType::GetCreateStaticMethodFullName() const 526 { 527 return pClass->GetNamespaceScopes().ToString() + "." + pClass->GetName() + "._Create"; 528 }
Note:
See TracChangeset
for help on using the changeset viewer.