Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/network/network_unit_test.h @ 5822

Last change on this file since 5822 was 5822, checked in by bensch, 18 years ago

orxonox/trunk: merged branches/network to the trunk
merged with command:
svn merge -r 5505:HEAD branches/network trunk

conflicts resolved in favor of the trunk (as always :))
also fixed a typo in the #include "SDL_tread.h"

File size: 464 bytes
Line 
1/*!
2 * @file network_unit_test.h
3 * A network unit test modules: to test the the network lib without starting orxonox
4 */
5
6/* you will want to add such a a line at your header file also, since it will
7   prevent c++ from including your code twice*/
8#ifndef _NETWORK_UNIT_TEST_H
9#define _NETWORK_UNIT_TEST_H
10
11
12
13class NetworkUnitTest
14{
15  public:
16    NetworkUnitTest();
17    ~NetworkUnitTest();
18
19    void start();
20    void stop();
21
22};
23
24#endif /* _NETWORK_UNIT_TEST */
Note: See TracBrowser for help on using the repository browser.