mirror of https://github.com/Icinga/icinga2.git
14 lines
174 B
C
14 lines
174 B
C
|
#ifndef JSONRPCENDPOINT_H
|
||
|
#define JSONRPCENDPOINT_H
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class I2_ICINGA_API JsonRpcEndpoint : public Endpoint
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif /* JSONRPCENDPOINT_H */
|