class ACE_TkReactor_Input_Callback { public: ACE_TkReactor *reactor_; ACE_HANDLE handle_; };
public:
ACE_TkReactor *reactor_;
ACE_HANDLE handle_;
};