ChangeSet ID: 16557 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/11 04:19:10
Modified files: dlls/ole32 : stubmanager.c rpc.c marshal.c compobj_private.h compobj.c
Log message: Robert Shearman rob@codeweavers.com - Rename apartment functions to become more object-oriented. - Rename register_ifstub to marshal_object to more accurately describe what it does. - Add new function, apartment_getoxid, to prepare for a possible future patch where remoting is started on demand.
Patch: http://cvs.winehq.org/patch.py?id=16557
Old revision New revision Changes Path 1.17 1.18 +10 -10 wine/dlls/ole32/stubmanager.c 1.58 1.59 +2 -2 wine/dlls/ole32/rpc.c 1.70 1.71 +20 -11 wine/dlls/ole32/marshal.c 1.47 1.48 +13 -7 wine/dlls/ole32/compobj_private.h 1.143 1.144 +19 -30 wine/dlls/ole32/compobj.c