Changeset 21142 for lang/c/mpio/trunk/mp/iothreads/reader.pre.h
- Timestamp:
- 10/11/08 23:06:14 (3 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/iothreads/reader.pre.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/iothreads/reader.pre.h
r19504 r21142 61 61 MP_ARGS_END 62 62 63 static void close(int fd); 64 63 65 typedef function<void (handler&)> message_t; 64 66 static void send_message(int fd, message_t* msg); … … 89 91 void add(int fd, MP_ARGS_PARAMS); 90 92 MP_ARGS_END 93 94 void close(int fd); 91 95 92 96 void send_message(int fd, message_t* msg); … … 119 123 } 120 124 MP_ARGS_END 125 126 inline void reader::close(int fd) 127 { 128 instance().close(fd); 129 } 121 130 122 131 inline void reader::send_message(int fd, message_t* msg) … … 163 172 MP_ARGS_END 164 173 174 inline void close(int fd) 175 { 176 reader::close(fd); 177 } 165 178 166 179 MP_ARGS_BEGIN
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)