Show
Ignore:
Timestamp:
08/30/08 15:15:48 (4 months ago)
Author:
frsyuki
Message:

lang/c/mpio: added mp::iothreads::reader and mp::iothreads::writer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/mpio/trunk/mp/multiplex.pre.h

    r18340 r18476  
    3636        virtual void connected() {} 
    3737public: 
    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); } 
    3942private: 
    4043        int m_fd;