Imported Upstream version 0.3.4
[anytun.git] / src / syncConnectionCommand.cpp
index d0d4a9a..90df43e 100644 (file)
@@ -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.
  */
 #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, uint16_t mux)
+  :cl_(cl),mux_(mux)
+{
 }
 
-u_int16_t SyncConnectionCommand::getMux() const 
+uint16_t SyncConnectionCommand::getMux() const
 {
-       return mux_;
+  return mux_;
 }