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

ConnectionEvent.h

00001 #ifndef __ConnectionEvent_H__
00002 #define __ConnectionEvent_H__
00003 
00004 namespace gov {
00005   namespace cca {
00006 
00008 class ConnectionEvent {
00009  public:
00011   virtual ~ConnectionEvent() {}
00012 
00014   virtual int connected() = 0;
00016   virtual int disconnected() = 0;
00018   virtual PortInfo* getPortInfo() = 0;
00019 };
00020 
00021   } ENDSEMI
00022 } ENDSEMI
00023 
00024 #endif // __ConnectionEvent_H__
00025 

Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002