///////////////////////////////////////////////////////////
// Client.cpp
// Implementation of the Class Client
// Created on: 02-十月-2014 10:18:58
// Original author: cl
///////////////////////////////////////////////////////////
#include "Client.h"
Client::Client(){
}
Client::~Client(){
}