Changeset 177 for trunk/nom/class_c/nomobj.c
- Timestamp:
- Jan 6, 2007, 2:29:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomobj.c
r120 r177 48 48 NOM_Scope void NOMLINK impl_NOMObject_nomInit(NOMObject *nomSelf, CORBA_Environment *ev) 49 49 { 50 nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",51 50 //nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n", 51 // __FUNCTION__, impl_NOMObject_nomInit, nomSelf , nomSelf->mtab->nomClassName); 52 52 } 53 53 … … 62 62 NOM_Scope CORBA_long NOMLINK impl_NOMObject_nomGetSize(NOMObject* nomSelf, CORBA_Environment *ev) 63 63 { 64 nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",65 __FUNCTION__, impl_NOMObject_nomGetSize, nomSelf , nomSelf->mtab->nomClassName);64 //nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n", 65 // __FUNCTION__, impl_NOMObject_nomGetSize, nomSelf , nomSelf->mtab->nomClassName); 66 66 67 67 if(!nomSelf) {
Note:
See TracChangeset
for help on using the changeset viewer.