Changeset 81
- Timestamp:
- Jul 30, 2012, 9:45:31 AM (11 years ago)
- Location:
- trunk/Utilities/VbsEvents
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/VbsEvents/Foo.cpp
r79 r81 6 6 7 7 #include "stdafx.h" 8 #include "resource.h" 8 9 #include "Foo.h" -
trunk/Utilities/VbsEvents/Foo.h
r79 r81 8 8 9 9 #include <atlstr.h> 10 #include "resource.h" // main symbols11 10 #include "VbsEvents_i.h" 12 11 #include "_IFooEvents_CP.h" … … 26 25 public IConnectionPointContainerImpl<CFoo>, 27 26 public CProxy_IFooEvents<CFoo>, 28 public IDispatchImpl<IFoo , &IID_IFoo, &LIBID_VbsEventsLib, 1, 0>,27 public IDispatchImpl<IFoo>, 29 28 public IProvideClassInfo2Impl<&__uuidof(Foo), &__uuidof(_IFooEvents)> 30 29 { … … 39 38 COM_INTERFACE_ENTRY(IDispatch) 40 39 COM_INTERFACE_ENTRY(IConnectionPointContainer) 40 COM_INTERFACE_ENTRY(IProvideClassInfo2) 41 COM_INTERFACE_ENTRY(IProvideClassInfo) 41 42 END_COM_MAP() 42 43 -
trunk/Utilities/VbsEvents/VbsEvents_i.c
r80 r81 7 7 8 8 /* File created by MIDL compiler version 7.00.0555 */ 9 /* at Mon Jul 30 19: 21:4120129 /* at Mon Jul 30 19:45:04 2012 10 10 */ 11 11 /* Compiler settings for VbsEvents.idl: -
trunk/Utilities/VbsEvents/VbsEvents_i.h
r80 r81 5 5 6 6 /* File created by MIDL compiler version 7.00.0555 */ 7 /* at Mon Jul 30 19: 21:4120127 /* at Mon Jul 30 19:45:04 2012 8 8 */ 9 9 /* Compiler settings for VbsEvents.idl: -
trunk/Utilities/VbsEvents/VbsEvents_p.c
r80 r81 5 5 6 6 /* File created by MIDL compiler version 7.00.0555 */ 7 /* at Mon Jul 30 19: 21:4120127 /* at Mon Jul 30 19:45:04 2012 8 8 */ 9 9 /* Compiler settings for VbsEvents.idl:
Note: See TracChangeset
for help on using the changeset viewer.