mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Cleaned up Netstring class.
This commit is contained in:
parent
15e9f7e6f3
commit
2c5e1ebb29
@ -23,12 +23,12 @@
|
||||
namespace icinga
|
||||
{
|
||||
|
||||
class I2_JSONRPC_API Netstring : public Object
|
||||
class I2_JSONRPC_API Netstring
|
||||
{
|
||||
public:
|
||||
typedef shared_ptr<Netstring> Ptr;
|
||||
typedef weak_ptr<Netstring> WeakPtr;
|
||||
private:
|
||||
Netstring(void);
|
||||
|
||||
public:
|
||||
static bool ReadStringFromFIFO(FIFO::Ptr fifo, string *message);
|
||||
static void WriteStringToFIFO(FIFO::Ptr fifo, const string& message);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user