00001
00002
00003
00004
00005 #ifndef __ODEPTLIST_H
00006 #define __ODEPTLIST_H
00007
00008
00009
00011
00012 public:
00013 DeptList();
00014 ~DeptList();
00015 void init();
00016 void deinit();
00017 void dept_list_report(int);
00018 int dept_list_detect();
00019 };
00020
00021 extern DeptList dept_list;
00022
00023
00024 #endif