summaryrefslogtreecommitdiff
path: root/include/interface.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-02-28 10:37:08 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-02-28 10:37:08 +0100
commit6072701319a3bf085bbc354c3e3dae9b7d021be0 (patch)
tree7f81b5206df3a3c9333235e0415a5223fdd4fcb1 /include/interface.h
parent71055ebdea1e8eec30747a04f36e0c10e750bff5 (diff)
class modifiers have been removed, special classes AbstractClass and FinalClass have been added
Diffstat (limited to 'include/interface.h')
-rw-r--r--include/interface.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/interface.h b/include/interface.h
new file mode 100644
index 0000000..7bdb5d6
--- /dev/null
+++ b/include/interface.h
@@ -0,0 +1,24 @@
+/**
+ * Interface.h
+ *
+ * @copyright 2014 Copernica BV
+ * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
+ */
+
+/**
+ * Set up namespace
+ */
+namespace Php {
+
+/**
+ * @todo implementation, should be somehow an extension of a regular
+ * class, but without methods to define methods
+ *
+ * the flag that should be passed to the base it 0x80
+ */
+
+/**
+ * End namespace
+ */
+}
+