16 lines
273 B
C
16 lines
273 B
C
/*
|
|
* ServerConfiguration.h
|
|
*
|
|
* Created on: 26.11.2010
|
|
* Author: dennis
|
|
*/
|
|
|
|
#ifndef SERVERCONFIGURATION_H_
|
|
#define SERVERCONFIGURATION_H_
|
|
|
|
#include "../Util/BaseConfiguration.h"
|
|
|
|
typedef BaseConfiguration ServerConfiguration;
|
|
|
|
#endif /* SERVERCONFIGURATION_H_ */
|