#include <UpdateDataTypes.h>

Public Member Functions | |
| OwnershipData (DomainIdType d, IdType p, long o) | |
Public Attributes | |
| DomainIdType | domain |
| IdType | participant |
| long | owner |
Definition at line 51 of file UpdateDataTypes.h.
| Update::OwnershipData::OwnershipData | ( | DomainIdType | d, | |
| IdType | p, | |||
| long | o | |||
| ) | [inline] |
Definition at line 56 of file UpdateDataTypes.h.
00057 : domain(d), 00058 participant(p), 00059 owner(o) { }
Definition at line 52 of file UpdateDataTypes.h.
Referenced by OpenDDS::Federator::ManagerImpl::create().
Definition at line 54 of file UpdateDataTypes.h.
Referenced by OpenDDS::Federator::ManagerImpl::create().
Definition at line 53 of file UpdateDataTypes.h.
Referenced by OpenDDS::Federator::ManagerImpl::create().
1.6.1