Public Member Functions | Public Attributes

PubSubSubspaceLobby Class Reference

#include <PubSubSubspace.h>

Inheritance diagram for PubSubSubspaceLobby:
PubSubSubspace

List of all members.

Public Member Functions

 PubSubSubspaceLobby (PubSubSubspaceId id)

Public Attributes

std::list
< PubSubResponsibleNodeCall * > 
waitingNodes
bool waitingForRespNode

Detailed Description

Definition at line 60 of file PubSubSubspace.h.


Constructor & Destructor Documentation

PubSubSubspaceLobby::PubSubSubspaceLobby ( PubSubSubspaceId  id  ) 

Definition at line 45 of file PubSubSubspace.cc.

                                                              : PubSubSubspace( id )
{
    waitingForRespNode = false;
}


Member Data Documentation


The documentation for this class was generated from the following files: