summaryrefslogtreecommitdiff
path: root/src/syncConnectionCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncConnectionCommand.cpp')
-rw-r--r--src/syncConnectionCommand.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/syncConnectionCommand.cpp b/src/syncConnectionCommand.cpp
index d0d4a9a..533cab3 100644
--- a/src/syncConnectionCommand.cpp
+++ b/src/syncConnectionCommand.cpp
@@ -11,7 +11,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl,
+ * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl,
* Christian Pointner <satp@wirdorange.org>
*
* This file is part of Anytun.
@@ -31,17 +31,17 @@
*/
#include "syncConnectionCommand.h"
-SyncConnectionCommand::SyncConnectionCommand(ConnectionList & cl )
-:cl_(cl)
-{
+SyncConnectionCommand::SyncConnectionCommand(ConnectionList& cl)
+ :cl_(cl)
+{
}
-SyncConnectionCommand::SyncConnectionCommand(ConnectionList & cl, u_int16_t mux )
-:cl_(cl),mux_(mux)
-{
+SyncConnectionCommand::SyncConnectionCommand(ConnectionList& cl, u_int16_t mux)
+ :cl_(cl),mux_(mux)
+{
}
-u_int16_t SyncConnectionCommand::getMux() const
+u_int16_t SyncConnectionCommand::getMux() const
{
- return mux_;
+ return mux_;
}