fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/akutil/socketserver.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     socketserver.h  -  description
00003 
00004     begin                : Fri Sep 24 2004
00005     copyright            : (C) 2004 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef SOCKETSERVER_H
00014 #define SOCKETSERVER_H
00015 
00016 
00021 class SocketServer {
00022 public: 
00023         SocketServer();
00024         ~SocketServer();
00025 };
00026 
00027 #endif