|
reSIProcate/DialogUsageManager
9694
|

Public Member Functions | |
| RlsSubscription () | |
| RlsSubscription (ServerSubscriptionHandle h, int pos) | |
Public Attributes | |
| ServerSubscriptionHandle | handle |
| int | currentContent |
Definition at line 91 of file rlsServer.cxx.
| RlsServerSubscriptionHandler::RlsSubscription::RlsSubscription | ( | ) | [inline] |
Definition at line 94 of file rlsServer.cxx.
:
currentContent(0)
{
}
| RlsServerSubscriptionHandler::RlsSubscription::RlsSubscription | ( | ServerSubscriptionHandle | h, |
| int | pos | ||
| ) | [inline] |
Definition at line 99 of file rlsServer.cxx.
:
handle(h),
currentContent(pos)
{
}
Definition at line 106 of file rlsServer.cxx.
Definition at line 105 of file rlsServer.cxx.
1.7.5.1