Changeset 255 for trunk/nom/include/nomtk.h
- Timestamp:
- Mar 15, 2007, 9:42:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/include/nomtk.h
r221 r255 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * … … 75 75 NOMEXTERN nomId NOMLINK nomIdFromString(gchar* inString); 76 76 NOMEXTERN gchar* NOMLINK nomStringFromId(nomId inId); 77 NOMEXTERN void NOMLINK nomPrintObjectPointerError(NOMObject* nomObject, gchar *chrClsName, gchar* chrMethodName); 78 NOMEXTERN gboolean NOMLINK nomCheckObjectPtr(NOMObject *nomSelf, NOMClass* nomClass, gchar* chrMethodName, CORBA_Environment *ev); 79 NOMEXTERN CORBA_Environment* NOMLINK nomCreateEnvNoObjectCheck(void); 77 80 78 81 /* Functions used by nomBuildClass() */
Note:
See TracChangeset
for help on using the changeset viewer.