Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/src/network/Synchronisable.cc @ 230

Last change on this file since 230 was 230, checked in by scheusso, 16 years ago

created base-class Synchronisable; the files are still quite empty

File size: 317 bytes
Line 
1//
2// C++ Implementation: synchronisable
3//
4// Description:
5//
6//
7// Author:  Oliver Scheuss, (C) 2007
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12#include "network/Synchronisable.h"
13
14namespace network {
15
16Synchronisable::Synchronisable()
17{
18}
19
20
21Synchronisable::~Synchronisable()
22{
23}
24
25
26}
Note: See TracBrowser for help on using the repository browser.