summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Driver.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-20 21:56:12 +0000
committerDavid Robillard <d@drobilla.net>2006-06-20 21:56:12 +0000
commit032d526710d174b30e0c9f33ff9f7e60e99fb172 (patch)
tree21eefe5891ccf7f3bb7bd618c125afd928fc81c5 /src/libs/engine/Driver.h
parent34d46336eeccb2430df4d1ef00097890c400ab05 (diff)
downloadingen-032d526710d174b30e0c9f33ff9f7e60e99fb172.tar.gz
ingen-032d526710d174b30e0c9f33ff9f7e60e99fb172.tar.bz2
ingen-032d526710d174b30e0c9f33ff9f7e60e99fb172.zip
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
Diffstat (limited to 'src/libs/engine/Driver.h')
-rw-r--r--src/libs/engine/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/Driver.h b/src/libs/engine/Driver.h
index 11060c04..bbc8d2a8 100644
--- a/src/libs/engine/Driver.h
+++ b/src/libs/engine/Driver.h
@@ -53,7 +53,7 @@ protected:
/** Driver abstract base class.
*
- * A Driver is, from the perspective of OmObjects (nodes, patches, ports) an
+ * A Driver is, from the perspective of GraphObjects (nodes, patches, ports) an
* interface for managing system ports. An implementation of Driver basically
* needs to manage DriverPorts, and handle writing/reading data to/from them.
*