1 #ifndef __neoConnectionEvent_H__ 2 #define __neoConnectionEvent_H__ 4 #include <boost/shared_ptr.hpp> 53 #endif // __neoConnectionEvent_H__ virtual TypeMap_shared getPortInfo()=0
Get the properties of the affected Port.
boost::shared_ptr< TypeMap > TypeMap_shared
This (TypeMap_shared) is what everyone declares in component code and noone ever calls new on...
Definition: TypeMap.hh:14
virtual ~ConnectionEvent()
obligatory vdtor
Definition: ConnectionEvent.hh:31
Definition: ConnectionEvent.hh:19
An event passed around when connection activities occur.
Definition: ConnectionEvent.hh:27
Definition: ConnectionEvent.hh:15
virtual enum EventType getEventType()=0
return the event type.
boost::shared_ptr< ConnectionEvent > ConnectionEvent_shared
ConnectionEvents are always seen as shared_ptr objects of this sort.
Definition: ConnectionEvent.hh:48
EventType
The four stages of the connection process that others may need to be notified of. ...
Definition: ConnectionEvent.hh:13
Definition: ConnectionEvent.hh:17
Definition: ConnectionEvent.hh:14
Definition: ConnectionEvent.hh:18
Definition: ConnectionEvent.hh:20
This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA speci...
Definition: neocca.hh:62