// // C++ Implementation: synchronisable // // Description: // // // Author: Oliver Scheuss, (C) 2007 // // Copyright: See COPYING file that comes with this distribution // // #include "network/Synchronisable.h" namespace network { Synchronisable::Synchronisable() { } Synchronisable::~Synchronisable() { } }