1 #ifndef __QMF_POSIX_EVENT_NOTIFIER_H
2 #define __QMF_POSIX_EVENT_NOTIFIER_H
23 #if !defined(QMF_USE_DEPRECATED_API) && !defined(qmf2_EXPORTS) && !defined(SWIG)
24 # error "The API defined in this file has been DEPRECATED and will be removed in the future."
25 # error "Define 'QMF_USE_DEPRECATED_API' to enable continued use of the API."
35 class PosixEventNotifierImpl;
36 struct PosixEventNotifierImplAccess;
49 QMF_EXTERN EventNotifier(
const EventNotifier& that);
53 QMF_EXTERN EventNotifier& operator=(
const EventNotifier& that);
60 friend struct qmf::PosixEventNotifierImplAccess;
A handle is like a pointer: refers to an underlying implementation object.