#include "PubSubLobby.h"
#include <GlobalStatistics.h>
#include <BootstrapOracleAccess.h>
Functions | |
std::ostream & | operator<< (std::ostream &o, const PubSubLobby::ChildEntry &entry) |
Define_Module (PubSubLobby) |
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 }