diff options
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.cpp')
| -rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.cpp b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.cpp new file mode 100644 index 00000000..0b48727d --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.cpp | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | // Message.cpp : Implementation of CMessage | ||
| 2 | |||
| 3 | #include "pch.h" | ||
| 4 | #include "Message.h" | ||
| 5 | |||
| 6 | |||
| 7 | // CMessage | ||
| 8 | |||
| 9 | HRESULT STDMETHODCALLTYPE CMessage::SayHello(void) | ||
| 10 | { | ||
| 11 | return S_OK; | ||
| 12 | }; \ No newline at end of file | ||
