limal-nfs-server

NfsServer.hpp

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                     _     _   _   _     __     _                     |
00004 |                    | |   | | | \_/ |   /  \   | |                    |
00005 |                    | |   | | | |_| |  / /\ \  | |                    |
00006 |                    | |__ | | | | | | / ____ \ | |__                  |
00007 |                    |____||_| |_| |_|/ /    \ \|____|                 |
00008 |                                                                      |
00009 |                             nfs-server library                       |
00010 |                                                                      |
00011 |                                         (C) SUSE Linux Products GmbH |
00012 |                                         (C) Novell, Inc.             |
00013 \----------------------------------------------------------------------/
00014 
00015   File:       NfsServer.hpp
00016 
00017   Author:     Marius Tomaschewski, Chakravarthi P
00018   Maintainer: Chakravarthi P
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 }      // End of NFS_SERVER_NAMESPACE
00054 }      // End of LIMAL_NAMESPACE
00055 
00056 #endif // LIMAL_NFS_SERVER_HPP
00057