src/lib/INIReader.h
branchv_0
changeset 26 80e129ec3408
parent 16 b9a3c806468a
child 28 0e7c57d48d1e
--- a/src/lib/INIReader.h	Mon Nov 23 21:09:46 2020 +0100
+++ b/src/lib/INIReader.h	Wed Nov 25 21:50:26 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);
 };
+
+}
+}
+}
+}