summaryrefslogtreecommitdiff
path: root/TelepathyQt/MethodInvocationContext
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/MethodInvocationContext')
-rw-r--r--TelepathyQt/MethodInvocationContext13
1 files changed, 13 insertions, 0 deletions
diff --git a/TelepathyQt/MethodInvocationContext b/TelepathyQt/MethodInvocationContext
new file mode 100644
index 00000000..5c9bfd66
--- /dev/null
+++ b/TelepathyQt/MethodInvocationContext
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_MethodInvocationContext_HEADER_GUARD_
+#define _TelepathyQt_MethodInvocationContext_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/method-invocation-context.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp: