|
CCAFFEINE
0.8.8
|
#include <DisconnectingConnectionEvent.h>
Public Member Functions | |
| DisconnectingConnectionEvent (UserPortData &upd) | |
| DisconnectingConnectionEvent (ProviderPortData &ppd) | |
| virtual bool | preChange () |
| virtual void | setpreChange (bool pc) |
| virtual int | connected () |
| virtual int | disconnected () |
| virtual std::string | getName () |
| virtual std::string | getType () |
| virtual ccafeopq::TypeMap_shared | getProperties () |
| virtual void * | getOpqTypeMapSharedPtrAddress () |
Private Attributes | |
| ccafeopq::PortInfo * | pi |
| bool | prechange |
| ::ccafeopq::TypeMap_shared | ctm |
| ::std::string | tpn |
| ::std::string | tpt |
Event delivered to a connection listener before a connection is broken.
| virtual bool DisconnectingConnectionEvent::preChange | ( | ) | [virtual] |
True if the event is before change.
| virtual int DisconnectingConnectionEvent::connected | ( | ) | [virtual] |
True if the event informs a connection. (never)
| virtual int DisconnectingConnectionEvent::disconnected | ( | ) | [virtual] |
True if the event informs a disconnection (always)
| virtual ccafeopq::TypeMap_shared DisconnectingConnectionEvent::getProperties | ( | ) | [virtual] |
properties of port
| virtual void* DisconnectingConnectionEvent::getOpqTypeMapSharedPtrAddress | ( | ) | [virtual] |
properties of port for babel passthrough
1.7.6.1