#ifndef JSONRPCSERVER_H #define JSONRPCSERVER_H namespace icinga { class JsonRpcServer : public TCPServer { public: typedef shared_ptr RefType; typedef weak_ptr WeakRefType; JsonRpcServer(void); }; } #endif /* JSONRPCSERVER_H */