src/lib/INIReader.h
branchv_0
changeset 16 db994a2ddffa
parent 2 f031a4dc7c52
child 23 b497140b0b63
--- a/src/lib/INIReader.h	Tue Nov 24 12:21:33 2020 +0100
+++ b/src/lib/INIReader.h	Wed Nov 25 21:35:07 2020 +0100
@@ -21,6 +21,11 @@
 
 #include "INIContentHandler.h"
 
+namespace relpipe {
+namespace in {
+namespace ini {
+namespace lib {
+
 /**
  * TODO: Files in the src/lib directory will be moved to alt2xml and used as a shared library.
  */
@@ -31,3 +36,8 @@
 	virtual void process() = 0;
 	static INIReader* create(std::istream& input);
 };
+
+}
+}
+}
+}