Rev 1986 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1986 | Rev 1989 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | Network(std::string address); |
43 | Network(std::string address); |
| 44 | virtual ~Network(); |
44 | virtual ~Network(); |
| 45 | 45 | ||
| 46 | private: |
46 | private: |
| 47 | net::SocketId client_id_; |
47 | net::SocketId client_id_; |
| 48 | net:: |
48 | net::TransportProtocol protocol_; |
| 49 | std::string address_; |
49 | std::string address_; |
| 50 | unsigned int port_or_baud_; |
50 | unsigned int port_or_baud_; |
| 51 | common::Byteset buffer_; |
51 | common::Byteset buffer_; |
| 52 | timer::TimerId timer_id_; |
52 | timer::TimerId timer_id_; |
| 53 | 53 | ||