Changeset 18340 for lang/c/mpio/trunk/mp/iothreads/parallel_io.h
- Timestamp:
- 08/27/08 22:02:39 (4 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/iothreads/parallel_io.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/iothreads/parallel_io.h
r18311 r18340 31 31 virtual ~handler(); 32 32 public: 33 virtual int read_event() = 0; 34 virtual void unbind() = 0; 33 virtual void read_event() = 0; 35 34 virtual void connected() {} 36 35 public: … … 114 113 }; 115 114 115 typedef manager::handler handler; 116 116 117 template <typename Handler> 117 118 inline void add(int fd); … … 124 125 inline void send_data(int fd, char* buf, size_t len); 125 126 127 // FIXME interface 126 128 inline void send_message(int fd, callback_message* msg); 127 129
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)