DCL 4.0
Loading...
Searching...
No Matches
PollAble.h
Go to the documentation of this file.
1#ifndef __DCL_POLL_ABLE_H__
2#define __DCL_POLL_ABLE_H__ 20110426
3
4#ifndef __DCL_FILE_H__
5#include <dcl/File.h>
6#endif
7
8__DCL_BEGIN_NAMESPACE
9
10class PollThread;
11
19
20class DCLCAPI PollAble : public File
21{
23protected:
24 PollAble();
30 virtual bool onEvent(short _revents, PollThread* _pPollThread)
32
36 short __events;
37
38 friend class PollThread;
39};
40
41__DCL_END_NAMESPACE
42
43#endif // __DCL_POLL_ABLE_H__
#define DCLCAPI
Definition Config.h:100
#define __DCL_THROWS1(e)
Definition Config.h:167
#define DECLARE_CLASSINFO(class_name)
Definition Object.h:210
File()
Definition File.cpp:59
friend class PollThread
Definition PollAble.h:38