summaryrefslogtreecommitdiff
path: root/Examples/ConstStaticProp/cpp/mytestext.h
diff options
context:
space:
mode:
authorMartijn Otto <martijn.otto@copernica.com>2014-02-14 16:30:23 +0100
committerMartijn Otto <martijn.otto@copernica.com>2014-02-14 16:30:23 +0100
commit06aa5fd5afaba69544b93654fb0a4f9c2651306e (patch)
tree99cd2ee120786a84531b450f9ef64e2319ef5192 /Examples/ConstStaticProp/cpp/mytestext.h
parent5c23fee5ce58ae66a70f3bd19a1dc2dff7220f13 (diff)
Merged pull request #14
Diffstat (limited to 'Examples/ConstStaticProp/cpp/mytestext.h')
-rw-r--r--Examples/ConstStaticProp/cpp/mytestext.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Examples/ConstStaticProp/cpp/mytestext.h b/Examples/ConstStaticProp/cpp/mytestext.h
new file mode 100644
index 0000000..c268a61
--- /dev/null
+++ b/Examples/ConstStaticProp/cpp/mytestext.h
@@ -0,0 +1,25 @@
+/**
+ * The includes.h
+ */
+
+/**
+ * Default Cpp libraries
+ */
+
+#include <string>
+#include <iostream>
+
+/**
+ * Our own library.
+ */
+#include <phpcpp.h>
+
+/**
+ * Namespace to use
+ */
+using namespace std;
+
+/**
+ * The test class.
+ */
+//#include "mycustomclass.h"