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

ConnectorSingleton.C

Go to the documentation of this file.
00001 #include "ConnectorSingleton.h"
00005 Connector * ConnectorSingleton::connector = NULL;
00006 void ConnectorSingleton::setConnector(Connector * conn) {
00007         connector = conn;
00008 }

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