tizen 2.4 release
[framework/web/wrt-installer.git] / src / configuration_parser / libiriwrapper.h
similarity index 93%
rename from src_mobile/configuration_parser/libiriwrapper.h
rename to src/configuration_parser/libiriwrapper.h
index b0b3e86..88aeea6 100644 (file)
@@ -36,6 +36,9 @@ struct Wrapper
     iri_t *m_Iri;
     //! \brief Returns true if iri is valid
     bool Validate();
+
+    Wrapper (const Wrapper &) = delete;
+    Wrapper & operator= (const Wrapper &) = delete;
 };
 
 std::ostream & operator<<(std::ostream& a_stream,