From 032d526710d174b30e0c9f33ff9f7e60e99fb172 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Jun 2006 21:56:12 +0000 Subject: Renamed OmObject GraphObject; Merged Port::prepare_buffers and Node::run into GraphObject::process. git-svn-id: http://svn.drobilla.net/lad/grauph@69 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/ClientBroadcaster.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/ClientBroadcaster.cpp') diff --git a/src/libs/engine/ClientBroadcaster.cpp b/src/libs/engine/ClientBroadcaster.cpp index 55896536..2678f3cb 100644 --- a/src/libs/engine/ClientBroadcaster.cpp +++ b/src/libs/engine/ClientBroadcaster.cpp @@ -296,7 +296,7 @@ ClientBroadcaster::send_patch(const Patch* const p) } -/** Sends notification of an OmObject's renaming +/** Sends notification of an GraphObject's renaming */ void ClientBroadcaster::send_rename(const string& old_path, const string& new_path) @@ -306,7 +306,7 @@ ClientBroadcaster::send_rename(const string& old_path, const string& new_path) } -/** Sends all OmObjects known to the engine. +/** Sends all GraphObjects known to the engine. */ void ClientBroadcaster::send_all_objects() -- cgit v1.2.1