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 --- syncRouteCommand.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 syncRouteCommand.cpp (limited to 'syncRouteCommand.cpp') diff --git a/syncRouteCommand.cpp b/syncRouteCommand.cpp new file mode 100644 index 0000000..7ba6a18 --- /dev/null +++ b/syncRouteCommand.cpp @@ -0,0 +1,15 @@ +#include "syncRouteCommand.h" + +SyncRouteCommand::SyncRouteCommand() +{ +} + +SyncRouteCommand::SyncRouteCommand( u_int16_t mux ) +:mux_(mux) +{ +} + +u_int16_t SyncRouteCommand::getMux() const +{ + return mux_; +} -- cgit v1.2.3