#include <Member.h>
Public Types | |
| typedef Channel::Msg | Msg |
Public Member Functions | |
| Callback (Channel *c) | |
| Status | put_msg (Msg *msg, ACE_Time_Value *timeout) |
| virtual Status | process (Msg *msg)=0 |
| here the real callback processing | |
Definition at line 413 of file Member.h.
|
|||||
|
|
|
||||||||||
|
|
|
||||||||||
|
here the real callback processing
|
|
||||||||||||||||
|
callback, msg should be deleted inside process |
1.4.6-NO