GraphServer.h

Go to the documentation of this file.
00001 // $Id: GraphServer.h 50 2006-02-01 09:52:10Z bingmann $
00002 
00003 #ifndef VGS_GraphServer_H
00004 #define VGS_GraphServer_H
00005 
00006 #include "GraphContainer.h"
00007 
00008 namespace VGServer {
00009 
00017 class GraphServer : public GraphContainer
00018 {
00019 public:
00020     GraphServer(const class GraphProperties &properties);
00021 
00022     virtual ~GraphServer();
00023 
00026     // virtual class GraphConnection* newGraphConnection();
00027 
00029     int         run();
00030 };
00031 
00032 } // namespace VGServer
00033 
00034 #endif // VGS_GraphServer_H

Generated on Wed Sep 27 14:34:00 2006 for VGServer by  doxygen 1.4.7