summaryrefslogtreecommitdiffstats
path: root/dcoppython/test/dcopserver/mainclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/test/dcopserver/mainclass.h')
-rw-r--r--dcoppython/test/dcopserver/mainclass.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/dcoppython/test/dcopserver/mainclass.h b/dcoppython/test/dcopserver/mainclass.h
new file mode 100644
index 00000000..7d4f7f4e
--- /dev/null
+++ b/dcoppython/test/dcopserver/mainclass.h
@@ -0,0 +1,23 @@
+
+#ifndef MAINCLASS_H
+#define MAINCLASS_H
+
+
+#include "kdedcoptest_iface.h"
+
+/**
+ *
+ * Julian Rockey
+ **/
+class MainClass : virtual public DCOPDemoIface
+{
+public:
+ MainClass();
+
+ ~MainClass();
+
+#include "h_inc.h"
+
+};
+
+#endif