1 #ifndef __neoConnectionEventListener_H__ 2 #define __neoConnectionEventListener_H__ 34 #endif // __neoConnectionEventListener_H__ virtual ~ConnectionEventListener()
obligatory vdtor
Definition: ConnectionEventListener.hh:20
boost::shared_ptr< ConnectionEvent > ConnectionEvent_shared
ConnectionEvents are always seen as shared_ptr objects of this sort.
Definition: ConnectionEvent.hh:48
virtual void connectionActivity(ConnectionEvent_shared evt)=0
Connection event hook a component may supply.
This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA speci...
Definition: neocca.hh:62
A component wishing to be notified of connections on itself can inherit and implement this interface ...
Definition: ConnectionEventListener.hh:16