Changeset 104 for trunk/desktop


Ignore:
Timestamp:
Nov 25, 2006, 6:18:58 PM (19 years ago)
Author:
cinc
Message:

fixed parameters for wpAllocMem()

Location:
trunk/desktop
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r103 r104  
    4747#include "wpobject.ih"
    4848
    49 NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const CORBA_long cbBytes, const CORBA_long prc, CORBA_Environment *ev)
     49NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const CORBA_unsigned_long cbBytes,
     50                                                    CORBA_unsigned_long* prc, CORBA_Environment *ev)
    5051{
    5152/* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
  • trunk/desktop/idl/wpobject.idl

    r103 r104  
    5252
    5353  /* Memory allocation */
    54   gpointer wpAllocMem(in long cbBytes,
    55                       in long prc);
     54  gpointer wpAllocMem(in unsigned long cbBytes,
     55                      inout unsigned long prc);
    5656
    5757  boolean wpFreeMem(in gpointer pByte);
Note: See TracChangeset for help on using the changeset viewer.