[Mmclibrary-cvs] mmclibrary/MMCFormsShim MMCFormsShimCtrl.h,1.2,1.3
Brought to you by:
imjimmurphy,
kachalkov
From: Lesley v. Z. <ex...@us...> - 2005-01-16 15:56:28
|
Update of /cvsroot/mmclibrary/mmclibrary/MMCFormsShim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv666 Modified Files: MMCFormsShimCtrl.h Log Message: trying to understand and improve the formshim code only a comment line added Index: MMCFormsShimCtrl.h =================================================================== RCS file: /cvsroot/mmclibrary/mmclibrary/MMCFormsShim/MMCFormsShimCtrl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MMCFormsShimCtrl.h 19 Oct 2004 16:46:38 -0000 1.2 --- MMCFormsShimCtrl.h 16 Jan 2005 15:56:16 -0000 1.3 *************** *** 155,157 **** --- 155,158 ---- }; + // this line generates the control's self-registration and instantiation code OBJECT_ENTRY_AUTO(__uuidof(MMCFormsShimCtrl), CMMCFormsShimCtrl) |