foo
Doxygenbug
admin.h
Go to the documentation of this file.
00001 
00005 #include "bar/thread.h"
00006 #include "mythread.h"
00007 
00013 namespace Admin {
00014 
00020 class Proxy
00021         : public Threads::Thread
00022 {
00023 protected:
00024         Threads::ThreadRet
00025         Run(void);
00026 
00027 };
00028 
00029 }
00030 
00036 namespace MyAdmin {
00037 
00043 class Proxy
00044         : public MyThreads::Thread
00045 {
00046 protected:
00047         Threads::ThreadRet
00048         Run(void);
00049 
00050 };
00051 
00052 }