Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

menuSetup.h

Go to the documentation of this file.
00001 #ifndef MENU_SETUP_H
00002 #define MENU_SETUP_H
00003 #include <iostream>
00004 using namespace std;
00005 
00006 namespace mainOp {
00007     void help();
00008     void ustudMnu();
00009     void gstudMnu();
00010     void facMnu();
00011     void staffMnu();
00012     void noOp();
00013     void setupMenus();
00014 }
00015 
00016 namespace upmsUStudent {
00017     void del();
00018     void add();
00019 }
00020 
00021 namespace upmsGStudent {
00022     void del();
00023     void add();
00024 }
00025 
00026 namespace upmsFaculty {
00027     void del();
00028     void add();
00029 }
00030 
00031 namespace upmsStaff {
00032     void add();
00033     void del();
00034 }
00035 
00036 
00037 #endif // MENU_SETUP_H

Generated on Mon Oct 22 20:18:45 2001 for University People Management System by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001