limal-nfs-server
NfsServer.hpp
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | |
3 | _ _ _ _ __ _ |
4 | | | | | | \_/ | / \ | | |
5 | | | | | | |_| | / /\ \ | | |
6 | | |__ | | | | | | / ____ \ | |__ |
7 | |____||_| |_| |_|/ / \ \|____| |
8 | |
9 | nfs-server library |
10 | |
11 | (C) SUSE Linux Products GmbH |
12 | (C) Novell, Inc. |
13 \----------------------------------------------------------------------/
14 
15  File: NfsServer.hpp
16 
17  Author: Marius Tomaschewski, Chakravarthi P
18  Maintainer: Chakravarthi P
19 
20 /-*/
25 #ifndef LIMAL_NFS_SERVER_HPP
26 #define LIMAL_NFS_SERVER_HPP
27 
29 #include <blocxx/String.hpp>
30 
31 namespace LIMAL_NAMESPACE
32 {
33 namespace NFS_SERVER_NAMESPACE
34 {
35 
39 class NfsServer
40 {
41 public:
45  NfsServer();
46 
50  ~NfsServer();
51 };
52 
53 } // End of NFS_SERVER_NAMESPACE
54 } // End of LIMAL_NAMESPACE
55 
56 #endif // LIMAL_NFS_SERVER_HPP
57