summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-09-06 21:08:52 +0000
committerDavid Robillard <d@drobilla.net>2006-09-06 21:08:52 +0000
commit80923fdb966c74263a723f2ac6a39ea44efb07b2 (patch)
treead84b87670612949bad257efed77652e6346beb0 /src/libs/client/Store.cpp
parentdac2461ba66560c00efb43a12e35394a698b60f7 (diff)
downloadingen-80923fdb966c74263a723f2ac6a39ea44efb07b2.tar.gz
ingen-80923fdb966c74263a723f2ac6a39ea44efb07b2.tar.bz2
ingen-80923fdb966c74263a723f2ac6a39ea44efb07b2.zip
Connecting/Disconnecting/Reconnecting to the engine without restarting.
git-svn-id: http://svn.drobilla.net/lad/ingen@115 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.cpp')
-rw-r--r--src/libs/client/Store.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libs/client/Store.cpp b/src/libs/client/Store.cpp
index 0b25da2e..403264f2 100644
--- a/src/libs/client/Store.cpp
+++ b/src/libs/client/Store.cpp
@@ -49,6 +49,15 @@ Store::Store(SigClientInterface& emitter)
void
+Store::clear()
+{
+ m_objects.clear();
+ m_plugins.clear();
+
+}
+
+
+void
Store::add_object(CountedPtr<ObjectModel> object)
{
assert(object->path() != "");