summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-14 19:52:07 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-14 19:52:07 +0100
commitcad108114630deebde684267d67a5b648479679e (patch)
tree00761a3787a6ef7c821eb615a8a53971c41a29b6 /AudioManagerDaemon/include
parent68678bed2dc3d4a5849d283bec84a01e2836603f (diff)
downloadaudiomanager-cad108114630deebde684267d67a5b648479679e.tar.gz
first release !
Diffstat (limited to 'AudioManagerDaemon/include')
-rw-r--r--AudioManagerDaemon/include/DatabaseHandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/AudioManagerDaemon/include/DatabaseHandler.h b/AudioManagerDaemon/include/DatabaseHandler.h
index 798cd27..ed17d91 100644
--- a/AudioManagerDaemon/include/DatabaseHandler.h
+++ b/AudioManagerDaemon/include/DatabaseHandler.h
@@ -132,7 +132,7 @@ public:
/**
* checks if a CrossFader exists
- * @param crossFaderID the ID of the crossfader to be checked
+ * @param crossfaderID the ID of the crossfader to be checked
* @return true if exists
*/
bool existcrossFader(const am_crossfaderID_t crossfaderID) const;
@@ -244,7 +244,6 @@ public:
private:
am_timeSync_t calculateMainConnectionDelay(const am_mainConnectionID_t mainConnectionID) const;
- bool connectionPartofMainConnection(const am_connectionID_t connectionID,const am_mainConnectionID_t mainConnectionID) const;
bool sqQuery(const std::string& query);
bool openDatabase(); //!< opens the database
void createTables(); //!< creates all tables from the static table