From fffd213c8cba2135afda493d797c41c10354770e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 12 Apr 2008 11:38:42 +0000 Subject: big svn cleanup --- syncConnectionCommand.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 syncConnectionCommand.cpp (limited to 'syncConnectionCommand.cpp') 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_; -} -- cgit v1.2.3