Subversion Repositories HomeAutomation

Rev

Rev 1959 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1959 Rev 1962
Line 54... Line 54...
54
    SocketId GetServerId();
54
    SocketId GetServerId();
55
    SocketId GetId();
55
    SocketId GetId();
56
   
56
   
57
protected:
57
protected:
58
    common::Byteset buffer_;
58
    common::Byteset           buffer_;
-
 
59
    boost::asio::io_service&  io_service_;
59
   
60
   
60
    virtual void Read();
61
    virtual void Read();
61
    void ReadHandler(const boost::system::error_code& error, size_t size);
62
    void ReadHandler(const boost::system::error_code& error, size_t size);
62
   
63
   
63
    SignalOnNewState signal_on_new_state_;
64
    SignalOnNewState signal_on_new_state_;