error C2146: syntax error : missing ';' before identifier 'm_sConnectSocket' error C2501: 'CMySocket' : missing storage-class or type specifiers error C2501: 'm_sConnectSocket' : missing storage-class or type specifiers error C2146: syntax error : missing ';' before identifier 'm_sListenSocket' error C2501: 'CMySocket' : missing storage-class or type specifiers error C2501: 'm_sListenSocket' : missing storage-class or type specifiers error C2146: syntax error : missing ';' before identifier 'm_sConnectSocket' error C2501: 'CMySocket' : missing storage-class or type specifiers error C2501: 'm_sConnectSocket' : missing storage-class or type specifiers error C2146: syntax error : missing ';' before identifier 'm_sListenSocket' error C2501: 'CMySocket' : missing storage-class or type specifiers error C2501: 'm_sListenSocket' : missing storage-class or type specifiers error C2065: 'm_sConnectSocket' : undeclared identifier error C2228: left of '.SetParent' must have class/struct/union type error C2065: 'm_sListenSocket' : undeclared identifier error C2228: left of '.SetParent' must have class/struct/union type error C2228: left of '.Create' must have class/struct/union type error C2228: left of '.Connect' must have class/struct/union type error C2228: left of '.Create' must have class/struct/union type error C2228: left of '.Listen' must have class/struct/union type error C2228: left of '.Accept' must have class/struct/union type error C2228: left of '.Receive' must have class/struct/union type error C2228: left of '.Close' must have class/struct/union type error C2228: left of '.Close' must have class/struct/union type error C2228: left of '.Send' must have class/struct/union type error C2504: 'CAsyncSocket' : base class undefined