Changeset 104 for trunk/desktop
- Timestamp:
- Nov 25, 2006, 6:18:58 PM (19 years ago)
- Location:
- trunk/desktop
- Files:
-
- 2 edited
-
class_c/wpobject.c (modified) (1 diff)
-
idl/wpobject.idl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpobject.c
r103 r104 47 47 #include "wpobject.ih" 48 48 49 NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const CORBA_long cbBytes, const CORBA_long prc, CORBA_Environment *ev) 49 NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const CORBA_unsigned_long cbBytes, 50 CORBA_unsigned_long* prc, CORBA_Environment *ev) 50 51 { 51 52 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ -
trunk/desktop/idl/wpobject.idl
r103 r104 52 52 53 53 /* Memory allocation */ 54 gpointer wpAllocMem(in long cbBytes,55 in long prc);54 gpointer wpAllocMem(in unsigned long cbBytes, 55 inout unsigned long prc); 56 56 57 57 boolean wpFreeMem(in gpointer pByte);
Note:
See TracChangeset
for help on using the changeset viewer.
