Changeset 177 for trunk/nom/class_c


Ignore:
Timestamp:
Jan 6, 2007, 2:29:09 PM (19 years ago)
Author:
cinc
Message:

Disabled a ton of debug messages.

Location:
trunk/nom/class_c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/class_c/nomclassmanager.c

    r139 r177  
    119119    g_datalist_init(&_gdataClassList);
    120120
    121   //  g_datalist_set_data(&_gdataClassList, mtab->nomClassName, classMtab);
    122121  g_datalist_set_data_full(&_gdataClassList, mtab->nomClassName, classMtab, priv_handleClassRemove);
    123122  //  g_datalist_set_data_full(&_gdataClassList, mtab->nomClassName, classMtab, priv_handleClassRemove);
    124   //g_datalist_set_data_full(&_gdataClassList, mtab->nomClassName, classMtab, priv_handleClassRemove);
    125   nomPrintf("%s: registering %lx, %s classList: %lx\n", __FUNCTION__, classMtab, mtab->nomClassName, _gdataClassList);
     123  //nomPrintf("%s: registering %lx, %s classList: %lx\n", __FUNCTION__,
     124  //classMtab, mtab->nomClassName, _gdataClassList);
    126125}
    127126
     
    185184    g_datalist_init(&_gdataMethodList);
    186185
    187   //  g_datalist_set_data(&_gdataClassList, mtab->nomClassName, classMtab);
    188186  g_datalist_set_data_full(&_gdataMethodList, chrMethodName, classMtab, priv_handleMethodRemoveFromList);
    189   //  g_datalist_set_data_full(&_gdataClassList, mtab->nomClassName, classMtab, priv_handleClassRemove);
    190187  //g_datalist_set_data_full(&_gdataClassList, mtab->nomClassName, classMtab, priv_handleClassRemove);
    191   nomPrintf("%s: registering %lx, %s methodList: %lx\n", __FUNCTION__, classMtab, chrMethodName, _gdataMethodList);
     188  // nomPrintf("%s: registering %lx, %s methodList: %lx\n", __FUNCTION__, classMtab, chrMethodName, _gdataMethodList);
    192189
    193190}
     
    195192
    196193
     194
     195
  • trunk/nom/class_c/nomcls.c

    r101 r177  
    5555  string nObj;
    5656 
    57   nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",
    58             __FUNCTION__, impl_NOMClass_nomNew, nomSelf, nomSelf->mtab->nomClassName);
     57  //nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",
     58  //        __FUNCTION__, impl_NOMClass_nomNew, nomSelf, nomSelf->mtab->nomClassName);
    5959
    6060  if(!nomSelf)
    6161    return NULLHANDLE;
    6262
    63   //  nomPrintf("instanceVar: %x\n", _ncpObject);
    6463
    6564  if(!_ncpObject)
     
    6766
    6867  ncp=(NOMClassPriv*)_ncpObject;
    69   //  nomPrintf("_ncpObject: %x size %d \n", ncp, ncp->mtab->ulInstanceSize);
    7068
    7169  if((nObj=_nomAllocate(nomSelf, ncp->mtab->ulInstanceSize, NULLHANDLE))==NULLHANDLE)
     
    134132  NOMClassData* nomThis=NOMClassGetData(nomSelf);
    135133
    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);
    138136
    139137  _ncpObject=ncpObject;
     
    224222                                   *ncPriv->sci->nomSMethods[a].chrMethodDescriptor, NULLHANDLE);
    225223            }
    226           nomPrintf("%s %s \n", nomSelf->mtab->nomClassName, ncPriv->mtab->nomClassName);
     224          //nomPrintf("%s %s \n", nomSelf->mtab->nomClassName, ncPriv->mtab->nomClassName);
    227225          _nomRegisterClass(NOMClassMgrObject, ncPriv->mtab, NULLHANDLE);
    228226        }
     
    238236/* NOMClassData* nomThis=NOMClassGetData(nomSelf); */
    239237
    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
    245241  NOMClass_nomInit_parent(nomSelf,  ev);
    246   //#endif
    247 }
     242}
     243
  • trunk/nom/class_c/nomobj.c

    r120 r177  
    4848NOM_Scope void  NOMLINK impl_NOMObject_nomInit(NOMObject *nomSelf, CORBA_Environment *ev)
    4949
    50   nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",
    51             __FUNCTION__, impl_NOMObject_nomInit, nomSelf , nomSelf->mtab->nomClassName);
     50  //nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",
     51  //        __FUNCTION__, impl_NOMObject_nomInit, nomSelf , nomSelf->mtab->nomClassName);
    5252}
    5353
     
    6262NOM_Scope CORBA_long NOMLINK impl_NOMObject_nomGetSize(NOMObject* nomSelf, CORBA_Environment *ev)
    6363{
    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);
    6666
    6767  if(!nomSelf) {
Note: See TracChangeset for help on using the changeset viewer.