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