BinaryProtocolServer.cpp

См. документацию.
00001 /*
00002  * BinaryProtocolServer.cpp
00003  *
00004  *  Created on: 25.05.2011
00005  *      Author: nick
00006  */
00007 
00008 #include "BinaryProtocolServer.h"
00009 
00010 
00011 BinaryProtocolServer::BinaryProtocolServer(BaseConfigFile* cf):BinaryProtocol(cf) {
00012         // TODO Auto-generated constructor stub
00013 
00014 }
00015 
00016 BinaryProtocolServer::~BinaryProtocolServer() {
00017         // TODO Auto-generated destructor stub
00018 }