GraphServer.cc

Go to the documentation of this file.
00001 // $Id: GraphServer.cc 19 2006-01-06 18:03:44Z bingmann $
00002 
00003 #include "GraphServer.h"
00004 
00005 namespace VGServer {
00006 
00007 GraphServer::GraphServer(const class GraphProperties &properties)
00008     : GraphContainer(properties)
00009 {
00010 }
00011 
00012 GraphServer::~GraphServer()
00013 {
00014 }
00015 
00016 int GraphServer::run()
00017 {
00018     return -1;
00019 }
00020 
00021 } // namespace VGServer

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