Ignore:
Timestamp:
Mar 15, 2007, 9:42:22 PM (18 years ago)
Author:
cinc
Message:

Parameter checking for object pointer working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/include/nomtk.h

    r221 r255  
    1616* The Initial Developer of the Original Code is
    1717* netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>.
    18 * Portions created by the Initial Developer are Copyright (C) 2005-2006
     18* Portions created by the Initial Developer are Copyright (C) 2005-2007
    1919* the Initial Developer. All Rights Reserved.
    2020*
     
    7575NOMEXTERN nomId NOMLINK nomIdFromString(gchar* inString);
    7676NOMEXTERN gchar* NOMLINK nomStringFromId(nomId inId);
     77NOMEXTERN void NOMLINK nomPrintObjectPointerError(NOMObject*  nomObject, gchar *chrClsName, gchar* chrMethodName);
     78NOMEXTERN gboolean NOMLINK nomCheckObjectPtr(NOMObject *nomSelf, NOMClass* nomClass, gchar* chrMethodName, CORBA_Environment *ev);
     79NOMEXTERN CORBA_Environment* NOMLINK nomCreateEnvNoObjectCheck(void);
    7780
    7881/* Functions used by nomBuildClass() */
Note: See TracChangeset for help on using the changeset viewer.