Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IDebug.cxx

Go to the documentation of this file.
00001 #include "FastShowerUtils/IDebug.h"
00002 #include "FastShowerUtils/Pinger/IPinger.h"
00003 namespace FastShower{
00004   IDebug::~IDebug(){}
00005   PingEach::PingEach(IPinger& p):m_pinger(p){}
00006   PingEach::~PingEach(){}
00007   void PingEach::operator()(const IDebug* d){d->ping(m_pinger);}
00008 }

Generated on Tue Mar 18 11:50:00 2003 for FastShowerUtils by doxygen1.3-rc1