From 4083c982656fe3d79168b228aca56cef2de2ea0e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 27 Feb 2008 22:43:14 +0000 Subject: added route syncing --- syncConnectionCommand.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 syncConnectionCommand.cpp (limited to 'syncConnectionCommand.cpp') diff --git a/syncConnectionCommand.cpp b/syncConnectionCommand.cpp new file mode 100644 index 0000000..7f6f503 --- /dev/null +++ b/syncConnectionCommand.cpp @@ -0,0 +1,16 @@ +#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