1 #ifndef __QMF_POSIX_EVENT_NOTIFIER_H
2 #define __QMF_POSIX_EVENT_NOTIFIER_H
30 class PosixEventNotifierImpl;
31 struct PosixEventNotifierImplAccess;
44 QMF_EXTERN EventNotifier(
const EventNotifier& that);
48 QMF_EXTERN EventNotifier& operator=(
const EventNotifier& that);
54 friend class qmf::PrivateImplRef<EventNotifier>;
55 friend struct qmf::PosixEventNotifierImplAccess;