PubSubLobby.cc File Reference


Detailed Description

Author:
Stephan Krause

#include "PubSubLobby.h"
#include <GlobalStatistics.h>
#include <BootstrapOracleAccess.h>

Functions

std::ostream & operator<< (std::ostream &o, const PubSubLobby::ChildEntry &entry)
 Define_Module (PubSubLobby)


Function Documentation

Define_Module ( PubSubLobby   ) 

std::ostream& operator<< ( std::ostream &  o,
const PubSubLobby::ChildEntry entry 
)

00032 {
00033     o << "Node: " << entry.handle << " ressources: " << entry.ressources;
00034     return o;
00035 }


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5