00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00025 #ifndef LIMAL_NFS_SERVER_HPP
00026 #define LIMAL_NFS_SERVER_HPP
00027
00028 #include <limal/nfs-server/config.h>
00029 #include <blocxx/String.hpp>
00030
00031 namespace LIMAL_NAMESPACE
00032 {
00033 namespace NFS_SERVER_NAMESPACE
00034 {
00035
00039 class NfsServer
00040 {
00041 public:
00045 NfsServer();
00046
00050 ~NfsServer();
00051 };
00052
00053 }
00054 }
00055
00056 #endif // LIMAL_NFS_SERVER_HPP
00057