diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index 5ef0ffc..17f8e01 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -31,11 +31,10 @@ namespace ZNsHide*/}/*namespace ZNsMain*/ template class ZtCMy - { public: enum{EMyNum=1}; }; - + { public: enum{EMyNum=10}; typedef T TypeData; }; template class ZtCMy< ZNsMain::ZtCObjList > - { public: enum{EMyNum=2}; }; + { public: enum{EMyNum=20}; typedef T TypeData; }; int main(int ArgiCnt, char** AppArgu) @@ -54,6 +53,17 @@ int main(int ArgiCnt, char** AppArgu) cout<<"# CMy2::EMyNum="<