summaryrefslogtreecommitdiff
path: root/protocols/Quotes/ComHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Quotes/ComHelper.h')
-rw-r--r--protocols/Quotes/ComHelper.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Quotes/ComHelper.h b/protocols/Quotes/ComHelper.h
new file mode 100644
index 0000000000..0b4140d80d
--- /dev/null
+++ b/protocols/Quotes/ComHelper.h
@@ -0,0 +1,9 @@
+#ifndef __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
+#define __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
+
+#include <string>
+
+void ShowComError(_com_error& e,const tstring& rsAdditionalInfo);
+tstring ComException2Msg(_com_error& e,const tstring& rsAdditionalInfo);
+
+#endif//__37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__