#include <eventing.h>
Definition at line 31 of file eventing.h.
Public Member Functions | |
| SubscriberInfo () | |
| SubscriberInfo (const QString &url, unsigned long duration) | |
| unsigned long | IncrementKey () |
Public Attributes | |
| TaskTime | ttExpires |
| TaskTime | ttLastNotified |
| QString | sUUID |
| QUrl | qURL |
| unsigned short | nKey |
| unsigned long | nDuration |
Protected Member Functions | |
| void | SetExpireTime (unsigned long nSecs) |
| SubscriberInfo::SubscriberInfo | ( | ) | [inline] |
Definition at line 47 of file eventing.h.
| SubscriberInfo::SubscriberInfo | ( | const QString & | url, | |
| unsigned long | duration | |||
| ) | [inline] |
Definition at line 60 of file eventing.h.
| unsigned long SubscriberInfo::IncrementKey | ( | ) | [inline] |
| void SubscriberInfo::SetExpireTime | ( | unsigned long | nSecs | ) | [inline, protected] |
Definition at line 36 of file eventing.h.
Referenced by Eventing::NotifySubscriber(), and SubscriberInfo().
| QString SubscriberInfo::sUUID |
Definition at line 38 of file eventing.h.
Referenced by Eventing::HandleSubscribe(), Eventing::Notify(), Eventing::NotifySubscriber(), and SubscriberInfo().
| QUrl SubscriberInfo::qURL |
Definition at line 39 of file eventing.h.
Referenced by Eventing::NotifySubscriber(), and SubscriberInfo().
| unsigned short SubscriberInfo::nKey |
Definition at line 40 of file eventing.h.
Referenced by IncrementKey(), Eventing::NotifySubscriber(), and SubscriberInfo().
| unsigned long SubscriberInfo::nDuration |
Definition at line 41 of file eventing.h.
Referenced by Eventing::HandleSubscribe(), and SubscriberInfo().
1.5.5