summaryrefslogtreecommitdiff
path: root/src/methodbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/methodbase.cpp')
-rw-r--r--src/methodbase.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/methodbase.cpp b/src/methodbase.cpp
new file mode 100644
index 0000000..81ce40a
--- /dev/null
+++ b/src/methodbase.cpp
@@ -0,0 +1,24 @@
+/**
+ * MethodBase.cpp
+ *
+ * Implementation of the MethodBase class
+ *
+ * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
+ * @copyright 2014 Copernica BV
+ */
+#include "includes.h"
+
+/**
+ * Set up namespace
+ *
+ * @todo remove file
+ */
+namespace Php {
+
+/**
+ * End namespace
+ */
+}
+
+
+ \ No newline at end of file