- Timestamp:
- Jul 5, 2008, 4:29:13 PM (17 years ago)
- Location:
- trunk/nom
- Files:
-
- 4 edited
-
class_c/nomclassmanager.c (modified) (1 diff)
-
class_c/nomstring.c (modified) (1 diff)
-
idl/nomstring.idl (modified) (1 diff)
-
src/nomdebug.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomclassmanager.c
r373 r384 151 151 \brief Function which implements the nomGetClassList() method of NOMClassMgr. 152 152 */ 153 NOM_Scope PGDataNOMLINK impl_NOMClassMgr_nomGetClassList(NOMClassMgr* nomSelf, CORBA_Environment *ev)154 { 155 NOMClassMgrData *nomThis = NOMClassMgrGetData(nomSelf); 156 157 return _gdataClassList;153 NOM_Scope gpointer NOMLINK impl_NOMClassMgr_nomGetClassList(NOMClassMgr* nomSelf, CORBA_Environment *ev) 154 { 155 NOMClassMgrData *nomThis = NOMClassMgrGetData(nomSelf); 156 157 return (gpointer) _gdataClassList; 158 158 } 159 159 -
trunk/nom/class_c/nomstring.c
r353 r384 133 133 134 134 NOMDLLEXPORT NOM_Scope PNOMString NOMLINK impl_NOMString_truncate(NOMString* nomSelf, 135 const CORBA_unsigned_long ulNewLen,135 const gulong ulNewLen, 136 136 CORBA_Environment *ev) 137 137 { -
trunk/nom/idl/nomstring.idl
r373 r384 138 138 Truncated NOMString object. This is not a copy. 139 139 */ 140 PNOMString truncate(in unsignedlong ulNewLen);140 PNOMString truncate(in gulong ulNewLen); 141 141 142 142 /** -
trunk/nom/src/nomdebug.c
r369 r384 156 156 nomPrintf("----- %s ----- NOMClassMgrObject: %lx\n", __FUNCTION__, NOMClassMgrObject); 157 157 158 pgdata= _nomGetClassList(NOMClassMgrObject, NULL);158 pgdata=(GData*)_nomGetClassList(NOMClassMgrObject, NULL); 159 159 if(pgdata){ 160 160 nomPrintf("%s: classlist: %lx\n", __FUNCTION__, pgdata);
Note:
See TracChangeset
for help on using the changeset viewer.
