Changeset 357 for trunk/nom/class_c/nomobj.c
- Timestamp:
- Jun 7, 2008, 5:34:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomobj.c
r354 r357 216 216 217 217 /** 218 Function which implements the nom GetClassName() method of NOMObject.218 Function which implements the nomQueryClassName() method of NOMObject. 219 219 */ 220 NOM_Scope CORBA_string NOMLINK impl_NOMObject_nom GetClassName(NOMObject* nomSelf, CORBA_Environment *ev)220 NOM_Scope CORBA_string NOMLINK impl_NOMObject_nomQueryClassName(NOMObject* nomSelf, CORBA_Environment *ev) 221 221 { 222 222 /* NOMObjectData* nomThis=NOMObjectGetData(nomSelf); */
Note:
See TracChangeset
for help on using the changeset viewer.