From 9a3bff110348c5b7912bc5ca3f7bff5265e0186a Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 25 Feb 2021 17:34:50 +0900 Subject: [PATCH] edit ZMainHead.H --- ZCppMain/ZMainHead.H | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 7ea0a3f..8e7c604 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -569,24 +569,24 @@ namespace ZNsMain #if(defined(__CPU_BIT_CNT__) && __CPU_BIT_CNT__>=64) #ifdef _WIN - typedef __int64 ZTypLLength ; // 문자열의 길이를 나타내는 자료형. - // 송수신 버퍼의 크기 자료형으로도 쓰인다. + typedef __int64 ZTypLength ; // 문자열의 길이를 나타내는 자료형. + // 송수신 버퍼의 크기 자료형으로도 쓰인다. #else - typedef long ZTypLLength ; + typedef long ZTypLength ; #endif #else // !defined(__CPU_BIT_CNT__) || __CPU_BIT_CNT__<64 - typedef long ZTypLLength ; + typedef long ZTypLength ; #endif // !defined(__CPU_BIT_CNT__) || __CPU_BIT_CNT__<64 #ifdef _WIN - typedef __int64 ZTypLLengthFile; // 파일의 크기를 나타내는 자료형. + typedef __int64 ZTypLengthFile; // 파일의 크기를 나타내는 자료형. #else - typedef long ZTypLLengthFile; // 파일의 크기를 나타내는 자료형. + typedef long ZTypLengthFile; // 파일의 크기를 나타내는 자료형. #endif - typedef ZTypLLengthFile ZTypLLengthF; + typedef ZTypLengthFile ZTypLengthF; #ifdef _WIN @@ -2233,11 +2233,11 @@ namespace ZNsMain virtual ~ZIDelgtMSG(){} - virtual ZTypIntI GetTypeID() const + virtual ZTypLLong GetTypeID() const { return 0; }/* - virtual ZTypIntI GetTypeID() const*/ + virtual ZTypLLong GetTypeID() const*/ virtual const char* GetTypeName() const { @@ -2245,23 +2245,23 @@ namespace ZNsMain }/* virtual const char* GetTypeID() const*/ - virtual int GetIMSGPtrOfID(int AI_TypeID, ZIDelgtMSG*& APR_ZIDelgtMSG) + virtual ZTypLLong GetIMSGPtrOfID(ZTypLLong AI_TypeID, ZIDelgtMSG*& APR_ZIDelgtMSG) { APR_ZIDelgtMSG=0; return EIMSG_OK; }/* - virtual int GetIMSGPtrOfID(int AI_TypeID, ZIDelgtMSG*R APR_ZIDelgtMSG)*/ + virtual ZTypLLong GetIMSGPtrOfID(ZTypLLong AI_TypeID, ZIDelgtMSG*R APR_ZIDelgtMSG)*/ virtual ZTypIntPtr SendMSG(ZIDelgtMSG& ArZIDelgtMSG, ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypIntI AI_MsgLen, void* AP_Void=0, ...) { return EIMSG_OK; }/* - virtual IntPtr SendMSG(ZIDelgtMSG& ArZIDelgtMSG, ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypIntI AI_MsgLen,void* AP_Void=0, ...)*/ + virtual ZTypIntPtr SendMSG(ZIDelgtMSG& ArZIDelgtMSG, ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypIntI AI_MsgLen,void* AP_Void=0, ...)*/ - virtual ZTypIntPtr RecvMSG(ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypIntI AI_MsgLen, void* AP_Void=0, ...) + virtual ZTypIntPtr RecvMSG(ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypLength AI_MsgLen, void* AP_Void=0, ...) { return EIMSG_OK; }/* - virtual ZTypIntPtr RecvMSG(ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypIntI AI_MsgLen, void* AP_Void=0, ...)*/ + virtual ZTypIntPtr RecvMSG(ZTypIntI AI_MsgNo, const char* ApcMsgData, ZTypLength AI_MsgLen, void* AP_Void=0, ...)*/ public: };/*