summaryrefslogtreecommitdiff
path: root/syncConnectionCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncConnectionCommand.cpp')
-rw-r--r--syncConnectionCommand.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/syncConnectionCommand.cpp b/syncConnectionCommand.cpp
deleted file mode 100644
index 7f6f503..0000000
--- a/syncConnectionCommand.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "syncConnectionCommand.h"
-
-SyncConnectionCommand::SyncConnectionCommand(ConnectionList & cl )
-:cl_(cl)
-{
-}
-
-SyncConnectionCommand::SyncConnectionCommand(ConnectionList & cl, u_int16_t mux )
-:cl_(cl),mux_(mux)
-{
-}
-
-u_int16_t SyncConnectionCommand::getMux() const
-{
- return mux_;
-}