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

ConnectorSingleton.h

Go to the documentation of this file.
00001 #ifndef CONNECTORSINGLETON_H
00002 #define CONNECTORSINGLETON_H
00003 #include "Connector.h"
00008 class ConnectorSingleton {
00009         public:
00013                 static Connector* getConnector() { return connector; }
00017                 void setConnector(Connector * c);
00018         private:
00019                 static Connector * connector;
00020 };
00021 #endif

Generated on Tue Dec 17 21:14:13 2002 for AUSS_Connector by doxygen1.2.18