From 629fb50716083c71146340de97eb8651679ca9fb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Jul 2012 00:14:50 +0000 Subject: Merge Ingen::Shared namespace into Ingen namespace and core libingen library. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/serialisation/Parser.hpp | 7 +++---- ingen/serialisation/Serialiser.hpp | 10 +++------- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'ingen/serialisation') diff --git a/ingen/serialisation/Parser.hpp b/ingen/serialisation/Parser.hpp index 0240dc9d..666d9acb 100644 --- a/ingen/serialisation/Parser.hpp +++ b/ingen/serialisation/Parser.hpp @@ -33,8 +33,7 @@ namespace Ingen { class Interface; - -namespace Shared { class World; } +class World; namespace Serialisation { @@ -52,7 +51,7 @@ public: typedef GraphObject::Properties Properties; virtual bool parse_file( - Shared::World* world, + World* world, Interface* target, Glib::ustring path, boost::optional parent = boost::optional(), @@ -60,7 +59,7 @@ public: boost::optional data = boost::optional()); virtual bool parse_string( - Shared::World* world, + World* world, Interface* target, const Glib::ustring& str, const Glib::ustring& base_uri, diff --git a/ingen/serialisation/Serialiser.hpp b/ingen/serialisation/Serialiser.hpp index 2dbc99b7..b4c0dfd3 100644 --- a/ingen/serialisation/Serialiser.hpp +++ b/ingen/serialisation/Serialiser.hpp @@ -29,14 +29,10 @@ namespace Ingen { -class Plugin; -class GraphObject; class Edge; - -namespace Shared { -class World; +class GraphObject; class Store; -} +class World; namespace Serialisation { @@ -48,7 +44,7 @@ namespace Serialisation { class Serialiser { public: - explicit Serialiser(Shared::World& world); + explicit Serialiser(World& world); virtual ~Serialiser(); typedef GraphObject::Properties Properties; -- cgit v1.2.1