Changeset 18476 for lang/c/mpio/trunk/mp/multiplex.pre.h
- Timestamp:
- 08/30/08 15:15:48 (4 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/multiplex.pre.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/multiplex.pre.h
r18340 r18476 36 36 virtual void connected() {} 37 37 public: 38 int fd() const { return m_fd; } 38 int fd() const 39 { return m_fd; } 40 void send_data(const char* buf, size_t len) 41 { return manager::send_data(m_fd, buf, len); } 39 42 private: 40 43 int m_fd;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)