working example server and client
[anytun.git] / syncConnectionCommand.cpp
blob7f6f503fb846251cfe93f0123b1447b78870065a
1 #include "syncConnectionCommand.h"
3 SyncConnectionCommand::SyncConnectionCommand(ConnectionList & cl )
4 :cl_(cl)
5 {
8 SyncConnectionCommand::SyncConnectionCommand(ConnectionList & cl, u_int16_t mux )
9 :cl_(cl),mux_(mux)
13 u_int16_t SyncConnectionCommand::getMux() const
15 return mux_;