Changeset 81 for trunk


Ignore:
Timestamp:
Jul 30, 2012, 9:45:31 AM (12 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/VbsEvents
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/VbsEvents/Foo.cpp

    r79 r81  
    66
    77#include "stdafx.h"
     8#include "resource.h"
    89#include "Foo.h"
  • trunk/Utilities/VbsEvents/Foo.h

    r79 r81  
    88
    99#include <atlstr.h>
    10 #include "resource.h"       // main symbols
    1110#include "VbsEvents_i.h"
    1211#include "_IFooEvents_CP.h"
     
    2625        public IConnectionPointContainerImpl<CFoo>,
    2726        public CProxy_IFooEvents<CFoo>,
    28         public IDispatchImpl<IFoo, &IID_IFoo, &LIBID_VbsEventsLib, 1, 0>,
     27        public IDispatchImpl<IFoo>,
    2928        public IProvideClassInfo2Impl<&__uuidof(Foo), &__uuidof(_IFooEvents)>
    3029{
     
    3938        COM_INTERFACE_ENTRY(IDispatch)
    4039        COM_INTERFACE_ENTRY(IConnectionPointContainer)
     40        COM_INTERFACE_ENTRY(IProvideClassInfo2)
     41        COM_INTERFACE_ENTRY(IProvideClassInfo)
    4142END_COM_MAP()
    4243
  • trunk/Utilities/VbsEvents/VbsEvents_i.c

    r80 r81  
    77
    88 /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Mon Jul 30 19:21:41 2012
     9/* at Mon Jul 30 19:45:04 2012
    1010 */
    1111/* Compiler settings for VbsEvents.idl:
  • trunk/Utilities/VbsEvents/VbsEvents_i.h

    r80 r81  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Mon Jul 30 19:21:41 2012
     7/* at Mon Jul 30 19:45:04 2012
    88 */
    99/* Compiler settings for VbsEvents.idl:
  • trunk/Utilities/VbsEvents/VbsEvents_p.c

    r80 r81  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Mon Jul 30 19:21:41 2012
     7/* at Mon Jul 30 19:45:04 2012
    88 */
    99/* Compiler settings for VbsEvents.idl:
Note: See TracChangeset for help on using the changeset viewer.