Changeset 177 for trunk/nom/class_c/nomcls.c
- Timestamp:
- Jan 6, 2007, 2:29:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomcls.c
r101 r177 55 55 string nObj; 56 56 57 nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",58 57 //nomPrintf(" Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n", 58 // __FUNCTION__, impl_NOMClass_nomNew, nomSelf, nomSelf->mtab->nomClassName); 59 59 60 60 if(!nomSelf) 61 61 return NULLHANDLE; 62 62 63 // nomPrintf("instanceVar: %x\n", _ncpObject);64 63 65 64 if(!_ncpObject) … … 67 66 68 67 ncp=(NOMClassPriv*)_ncpObject; 69 // nomPrintf("_ncpObject: %x size %d \n", ncp, ncp->mtab->ulInstanceSize);70 68 71 69 if((nObj=_nomAllocate(nomSelf, ncp->mtab->ulInstanceSize, NULLHANDLE))==NULLHANDLE) … … 134 132 NOMClassData* nomThis=NOMClassGetData(nomSelf); 135 133 136 nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n",137 __FUNCTION__, nomSelf, nomSelf->mtab->nomClassName);134 //nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n", 135 // __FUNCTION__, nomSelf, nomSelf->mtab->nomClassName); 138 136 139 137 _ncpObject=ncpObject; … … 224 222 *ncPriv->sci->nomSMethods[a].chrMethodDescriptor, NULLHANDLE); 225 223 } 226 nomPrintf("%s %s \n", nomSelf->mtab->nomClassName, ncPriv->mtab->nomClassName);224 //nomPrintf("%s %s \n", nomSelf->mtab->nomClassName, ncPriv->mtab->nomClassName); 227 225 _nomRegisterClass(NOMClassMgrObject, ncPriv->mtab, NULLHANDLE); 228 226 } … … 238 236 /* NOMClassData* nomThis=NOMClassGetData(nomSelf); */ 239 237 240 nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n", 241 __FUNCTION__, nomSelf, nomSelf->mtab->nomClassName); 242 243 //#if 0 244 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */ 238 //nomPrintf(" Entering %s with nomSelf: 0x%x. nomSelf is: %s.\n", 239 // __FUNCTION__, nomSelf, nomSelf->mtab->nomClassName); 240 245 241 NOMClass_nomInit_parent(nomSelf, ev); 246 //#endif 247 } 242 } 243
Note:
See TracChangeset
for help on using the changeset viewer.