|
/*
|
|
* ServerDebugOutput.h
|
|
*
|
|
* Created on: Oct 21, 2018
|
|
* Author: ezra
|
|
*/
|
|
|
|
#ifndef SERVERDEBUGOUTPUT_H_
|
|
#define SERVERDEBUGOUTPUT_H_
|
|
|
|
class DebugOutputServer {
|
|
public:
|
|
DebugOutputServer();
|
|
virtual ~DebugOutputServer();
|
|
};
|
|
|
|
#endif /* SERVERDEBUGOUTPUT_H_ */
|