Go to the documentation of this file.00001
00009 namespace PLAT {
00010
00012 enum MyNSType {
00013 mntOne ,
00014 mntTwo ,
00015 mntThree
00016 };
00017
00032 MyNSType MyNSFunc1(PLAT::MyNSType a, MyNSType b, ::MyNSType c);
00033
00039 PLAT::MyNSType MyNSFunc2(PLAT::MyNSType a, MyNSType b, ::MyNSType c);
00040 }
00041
00043 enum MyGlobalType {
00044 mgtOne ,
00045 mgtTwo ,
00046 mgtThree
00047 };
00048
00058 MyGlobalType MyGlobalFunc1(MyGlobalType a, ::MyGlobalType b);
00059
00065 ::MyGlobalType MyGlobalFunc2(MyGlobalType a, ::MyGlobalType b);