ChangeSet ID: 17619 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/19 09:22:14
Modified files: dlls/ole32 : oleproxy.c moniker.h moniker.c itemmoniker.c filemoniker.c
Log message: Robert Shearman rob@codeweavers.com - Add a generic moniker marshaler that works by saving & loading monikers to & from the stream. - Use the generic moniker marshal in the file & item monikers and add a class factory for each.
Patch: http://cvs.winehq.org/patch.py?id=17619
Old revision New revision Changes Path 1.31 1.32 +7 -4 wine/dlls/ole32/oleproxy.c 1.1 1.2 +6 -0 wine/dlls/ole32/moniker.h 1.41 1.42 +167 -0 wine/dlls/ole32/moniker.c 1.33 1.34 +84 -0 wine/dlls/ole32/itemmoniker.c 1.44 1.45 +84 -0 wine/dlls/ole32/filemoniker.c