diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/interface/ClientInterface.h | 4 | ||||
-rw-r--r-- | src/common/interface/ClientKey.h | 4 | ||||
-rw-r--r-- | src/common/interface/EngineInterface.h | 4 | ||||
-rw-r--r-- | src/common/util/Path.h | 4 |
4 files changed, 6 insertions, 10 deletions
diff --git a/src/common/interface/ClientInterface.h b/src/common/interface/ClientInterface.h index 380f96c3..eac8e605 100644 --- a/src/common/interface/ClientInterface.h +++ b/src/common/interface/ClientInterface.h @@ -21,7 +21,7 @@ #include <string> using std::string; -namespace Om { +namespace Ingen { namespace Shared { @@ -97,6 +97,6 @@ protected: } // namespace Shared -} // namespace Om +} // namespace Ingen #endif diff --git a/src/common/interface/ClientKey.h b/src/common/interface/ClientKey.h index 98a77a74..d53a4870 100644 --- a/src/common/interface/ClientKey.h +++ b/src/common/interface/ClientKey.h @@ -19,7 +19,7 @@ #include <string> -namespace Om { +namespace Ingen { namespace Shared { @@ -78,7 +78,7 @@ protected: } // namespace Shared -} // namespace Om +} // namespace Ingen #endif // CLIENTKEY_H diff --git a/src/common/interface/EngineInterface.h b/src/common/interface/EngineInterface.h index d8db6d2d..864e1b6f 100644 --- a/src/common/interface/EngineInterface.h +++ b/src/common/interface/EngineInterface.h @@ -23,7 +23,7 @@ #include "interface/ClientInterface.h" using std::string; -namespace Om { +namespace Ingen { /** Shared code used on both client side and engine side (abstract interfaces). */ namespace Shared { @@ -119,7 +119,7 @@ protected: } // namespace Shared -} // namespace Om +} // namespace Ingen #endif // ENGINEINTERFACE_H diff --git a/src/common/util/Path.h b/src/common/util/Path.h index 441f35cd..d79a95c2 100644 --- a/src/common/util/Path.h +++ b/src/common/util/Path.h @@ -21,8 +21,6 @@ #include <cassert> using std::string; -namespace Om { - /** Simple wrapper around standard string with useful path-specific methods. * @@ -134,6 +132,4 @@ public: }; -} // namespace Om - #endif // PATH_H |