Changeset 185 for trunk/nom/class_c/nomobj.c
- Timestamp:
- Jan 13, 2007, 12:33:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomobj.c
r179 r185 85 85 } 86 86 87 /* 88 Gets the class object of this object. 89 */ 87 90 NOM_Scope PNOMClass NOMLINK impl_NOMObject_nomGetClass(NOMObject* nomSelf, CORBA_Environment *ev) 88 91 { … … 94 97 /* 95 98 Create a new class of the kind the caller is. This method ensures that subclasses 96 are properly handled without the need to override this classin every subclass.99 are properly handled without the need to override this method in every subclass. 97 100 */ 98 101 NOM_Scope PNOMObject NOMLINK impl_NOMObject_new(NOMObject* nomSelf, CORBA_Environment *ev)
Note:
See TracChangeset
for help on using the changeset viewer.