diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/Builder.hpp | 6 | ||||
-rw-r--r-- | src/shared/ClashAvoider.hpp | 6 | ||||
-rw-r--r-- | src/shared/HTTPSender.hpp | 6 | ||||
-rw-r--r-- | src/shared/LV2Features.hpp | 6 | ||||
-rw-r--r-- | src/shared/LV2Object.hpp | 6 | ||||
-rw-r--r-- | src/shared/LV2URIMap.hpp | 6 | ||||
-rw-r--r-- | src/shared/OSCSender.hpp | 6 | ||||
-rw-r--r-- | src/shared/ResourceImpl.hpp | 6 | ||||
-rw-r--r-- | src/shared/Store.hpp | 6 | ||||
-rw-r--r-- | src/shared/runtime_paths.hpp | 6 |
10 files changed, 30 insertions, 30 deletions
diff --git a/src/shared/Builder.hpp b/src/shared/Builder.hpp index b80816b4..ec953d41 100644 --- a/src/shared/Builder.hpp +++ b/src/shared/Builder.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef BUILDER_H -#define BUILDER_H +#ifndef INGEN_SHARED_BUILDER_HPP +#define INGEN_SHARED_BUILDER_HPP #include "raul/SharedPtr.hpp" @@ -52,5 +52,5 @@ private: } // namespace Shared } // namespace Ingen -#endif // BUILDER_H +#endif // INGEN_SHARED_BUILDER_HPP diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp index d99b5525..5160ab2e 100644 --- a/src/shared/ClashAvoider.hpp +++ b/src/shared/ClashAvoider.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef CLASHAVOIDER_H -#define CLASHAVOIDER_H +#ifndef INGEN_SHARED_CLASHAVOIDER_HPP +#define INGEN_SHARED_CLASHAVOIDER_HPP #include <inttypes.h> #include <string> @@ -94,5 +94,5 @@ private: } // namespace Shared } // namespace Ingen -#endif // CLASHAVOIDER_H +#endif // INGEN_SHARED_CLASHAVOIDER_HPP diff --git a/src/shared/HTTPSender.hpp b/src/shared/HTTPSender.hpp index 6c741bb9..7a291a99 100644 --- a/src/shared/HTTPSender.hpp +++ b/src/shared/HTTPSender.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef HTTPSENDER_H -#define HTTPSENDER_H +#ifndef INGEN_SHARED_HTTPSENDER_HPP +#define INGEN_SHARED_HTTPSENDER_HPP #include <stdint.h> #include <string> @@ -62,5 +62,5 @@ protected: } // namespace Shared } // namespace Ingen -#endif // HTTPSENDER_H +#endif // INGEN_SHARED_HTTPSENDER_HPP diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp index 78d467a5..84b737f6 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LV2FEATURES_HPP -#define LV2FEATURES_HPP +#ifndef INGEN_SHARED_LV2FEATURES_HPP +#define INGEN_SHARED_LV2FEATURES_HPP #include "ingen-config.h" #ifndef HAVE_SLV2 @@ -84,4 +84,4 @@ private: } // namespace Shared } // namespace Ingen -#endif // LV2FEATURES_HPP +#endif // INGEN_SHARED_LV2FEATURES_HPP diff --git a/src/shared/LV2Object.hpp b/src/shared/LV2Object.hpp index dc587e92..b0136d06 100644 --- a/src/shared/LV2Object.hpp +++ b/src/shared/LV2Object.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LV2_OBJECT_HPP -#define LV2_OBJECT_HPP +#ifndef INGEN_SHARED_LV2OBJECT_HPP +#define INGEN_SHARED_LV2OBJECT_HPP namespace Raul { class Atom; } typedef struct _LV2_Object LV2_Object; @@ -36,4 +36,4 @@ namespace LV2Object { } // namespace Shared } // namespace Ingen -#endif // LV2_OBJECT_HPP +#endif // INGEN_SHARED_LV2OBJECT_HPP diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index 30823ef0..ae43a9f2 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LV2URIMAP_HPP -#define LV2URIMAP_HPP +#ifndef INGEN_SHARED_LV2URIMAP_HPP +#define INGEN_SHARED_LV2URIMAP_HPP #include "ingen-config.h" #ifndef HAVE_SLV2 @@ -74,4 +74,4 @@ public: } // namespace Shared } // namespace Ingen -#endif // LV2URIMAP_HPP +#endif // INGEN_SHARED_LV2URIMAP_HPP diff --git a/src/shared/OSCSender.hpp b/src/shared/OSCSender.hpp index ddf33c14..3a3ccb87 100644 --- a/src/shared/OSCSender.hpp +++ b/src/shared/OSCSender.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef OSCSENDER_H -#define OSCSENDER_H +#ifndef INGEN_SHARED_OSCSENDER_HPP +#define INGEN_SHARED_OSCSENDER_HPP #include <inttypes.h> #include <lo/lo.h> @@ -55,5 +55,5 @@ protected: } // namespace Shared } // namespace Ingen -#endif // OSCSENDER_H +#endif // INGEN_SHARED_OSCSENDER_HPP diff --git a/src/shared/ResourceImpl.hpp b/src/shared/ResourceImpl.hpp index 9cb40521..f5e6e4da 100644 --- a/src/shared/ResourceImpl.hpp +++ b/src/shared/ResourceImpl.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RESOURCEIMPL_HPP -#define RESOURCEIMPL_HPP +#ifndef INGEN_SHARED_RESOURCEIMPL_HPP +#define INGEN_SHARED_RESOURCEIMPL_HPP #include <map> #include <sigc++/sigc++.h> @@ -72,5 +72,5 @@ private: } // namespace Shared } // namespace Ingen -#endif // RESOURCEIMPL_HPP +#endif // INGEN_SHARED_RESOURCEIMPL_HPP diff --git a/src/shared/Store.hpp b/src/shared/Store.hpp index 6d588436..d6e93e03 100644 --- a/src/shared/Store.hpp +++ b/src/shared/Store.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef COMMON_STORE_H -#define COMMON_STORE_H +#ifndef INGEN_SHARED_STORE_HPP +#define INGEN_SHARED_STORE_HPP #include <string> #include <glibmm/thread.h> @@ -55,4 +55,4 @@ private: } // namespace Shared } // namespace Ingen -#endif // COMMON_STORE_H +#endif // INGEN_SHARED_STORE_HPP diff --git a/src/shared/runtime_paths.hpp b/src/shared/runtime_paths.hpp index c832f087..e93e2343 100644 --- a/src/shared/runtime_paths.hpp +++ b/src/shared/runtime_paths.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INGEN_RUNTIME_PATHS_HPP -#define INGEN_RUNTIME_PATHS_HPP +#ifndef INGEN_SHARED_RUNTIME_PATHS_HPP +#define INGEN_SHARED_RUNTIME_PATHS_HPP #ifndef _GNU_SOURCE #define _GNU_SOURCE @@ -35,4 +35,4 @@ std::string module_path(const std::string& name); } // namespace Ingen } // namespace Shared -#endif // INGEN_RUNTIME_PATHS_HPP +#endif // INGEN_SHARED_RUNTIME_PATHS_HPP |