OpenDDS::DCPS::OwnershipManager::WriterInfo Struct Reference

#include <OwnershipManager.h>

Collaboration diagram for OpenDDS::DCPS::OwnershipManager::WriterInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 WriterInfo (const PublicationId &pub_id, const CORBA::Long &ownership_strength)
 WriterInfo ()

Public Attributes

PublicationId pub_id_
CORBA::Long ownership_strength_

Detailed Description

Definition at line 51 of file OwnershipManager.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::OwnershipManager::WriterInfo::WriterInfo ( const PublicationId pub_id,
const CORBA::Long ownership_strength 
) [inline]

Definition at line 52 of file OwnershipManager.h.

00054       : pub_id_(pub_id)
00055       , ownership_strength_(ownership_strength)
00056     {}

OpenDDS::DCPS::OwnershipManager::WriterInfo::WriterInfo (  )  [inline]

Definition at line 58 of file OwnershipManager.h.

00059       : pub_id_(GUID_UNKNOWN)
00060       , ownership_strength_(0)
00061     {}


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1