home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODRecord.cpp
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <3> 8/16/95 NP 1275241: IDL Review. Remove unnecessary
- overrides.
- <2> 8/3/95 RR #1257260: Collapse B classes. Remove
- somInit methods. Don't call IsInitialized
- or SubclassResponsibility
- <1> 1/26/95 NP first checked in
-
- To Do:
- */
-
- #define ODRecord_Class_Source
- #define VARIABLE_MACROS
- #include <ODRecord.xih>
-
- SOM_Scope void SOMLINK ODRecordInitODRecord(ODRecord *somSelf, Environment *ev)
- {
- // ODRecordData *somThis = ODRecordGetData(somSelf);
- ODRecordMethodDebug("ODRecord","ODRecordInitODRecord");
-
- SOM_TRY
-
- somSelf->InitODDescList(ev);
-
- SOM_CATCH_ALL
- SOM_ENDTRY
- }
- #if 0
- SOM_Scope void SOMLINK ODRecordsomUninit(ODRecord *somSelf)
- {
- // ODRecordData *somThis = ODRecordGetData(somSelf);
- ODRecordMethodDebug("ODRecord","ODRecordsomUninit");
-
- ODRecord_parent_ODDescList_somUninit(somSelf);
- }
- #endif /* 0 */
-