summaryrefslogtreecommitdiff
path: root/syncRouteCommand.cpp
blob: 7ba6a18fdcb8ecef3b92c2e4eae8777d355517b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "syncRouteCommand.h"

SyncRouteCommand::SyncRouteCommand()
{	
}

SyncRouteCommand::SyncRouteCommand( u_int16_t mux )
:mux_(mux)
{	
}

u_int16_t SyncRouteCommand::getMux() const 
{
	return mux_;
}