349 lines
10 KiB
C
349 lines
10 KiB
C
|
// Cbip.h: interface for the CCbip class.
|
|||
|
//
|
|||
|
//////////////////////////////////////////////////////////////////////
|
|||
|
|
|||
|
#if !defined(AFX_CBIP_H__7DF8EA3F_89A5_4FC9_8D87_131385D01734__INCLUDED_)
|
|||
|
#define AFX_CBIP_H__7DF8EA3F_89A5_4FC9_8D87_131385D01734__INCLUDED_
|
|||
|
|
|||
|
#if _MSC_VER > 1000
|
|||
|
#pragma once
|
|||
|
#endif // _MSC_VER > 1000
|
|||
|
|
|||
|
//#define CBIP_3_0 //cmpp<70><70><EFBFBD><EFBFBD>3.0
|
|||
|
|
|||
|
/*
|
|||
|
#include "Winsock2.h"
|
|||
|
#pragma comment(lib, "Ws2_32.lib")
|
|||
|
*/
|
|||
|
#pragma pack( push )
|
|||
|
#pragma pack( 1 )
|
|||
|
|
|||
|
typedef struct _Cbip_Data_Recv
|
|||
|
{
|
|||
|
ULONG lDataLen; //Ӧ<><D3A6><EFBFBD>ֽ<EFBFBD><D6BD><EFBFBD>
|
|||
|
ULONG lRecvLen; //<2F><><EFBFBD><EFBFBD><EFBFBD>ֽ<EFBFBD><D6BD><EFBFBD>
|
|||
|
BOOL bRecvFrame; //<2F>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Frame;
|
|||
|
BYTE * pRecvFrame; //<2F>յ<EFBFBD><D5B5><EFBFBD>Frame
|
|||
|
}Cbip_Data_Recv;
|
|||
|
|
|||
|
typedef struct _Cbip_Head
|
|||
|
{
|
|||
|
ULONG totalLength;
|
|||
|
ULONG commandID;
|
|||
|
LONGLONG sequenceID;
|
|||
|
ULONG commandStatus;
|
|||
|
}Cbip_Head;
|
|||
|
|
|||
|
typedef struct _Cbip_Login
|
|||
|
{
|
|||
|
ULONG clientID;
|
|||
|
UCHAR userName[16];
|
|||
|
UCHAR password[16];
|
|||
|
UCHAR loginType;
|
|||
|
UCHAR version;
|
|||
|
}Cbip_Login;
|
|||
|
typedef struct _Cbip_Login_Resp
|
|||
|
{
|
|||
|
ULONG Status;
|
|||
|
}Cbip_Login_Resp;
|
|||
|
|
|||
|
|
|||
|
typedef struct _Cbip_Submit
|
|||
|
{
|
|||
|
LONGLONG clientSeq;
|
|||
|
UCHAR srcNumber[21];
|
|||
|
UCHAR messagePriority;
|
|||
|
short reportType;
|
|||
|
UCHAR messageFormat;
|
|||
|
LONGLONG overTime;
|
|||
|
LONGLONG sendTime;
|
|||
|
UCHAR linkID[20];
|
|||
|
ULONG sendGroupID;
|
|||
|
ULONG productID;
|
|||
|
UCHAR messageType;
|
|||
|
short destMobileCount;
|
|||
|
UCHAR destMobile[21];
|
|||
|
short messageLength;
|
|||
|
}Cbip_Submit;
|
|||
|
|
|||
|
typedef struct _Cbip_Submit_Ex
|
|||
|
{
|
|||
|
short signLen;
|
|||
|
short customLen;
|
|||
|
}Cbip_Submit_Ex;
|
|||
|
|
|||
|
typedef struct _Cbip_Submit_Resp
|
|||
|
{
|
|||
|
LONGLONG sysSeq;
|
|||
|
ULONG Status;
|
|||
|
}Cbip_Submit_Resp;
|
|||
|
typedef struct _Cbip_Send_List
|
|||
|
{
|
|||
|
ULONG lSendID; //<2F><><EFBFBD>ݿ<EFBFBD><DDBF>м<EFBFBD>¼<EFBFBD><C2BC>SendID
|
|||
|
LONGLONG lSeq; //<2F><><EFBFBD><EFBFBD>cmpp<70><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
ULONG lCbipSeq; //ʹ<><CAB9>cmppת<70>ӵ<EFBFBD>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>
|
|||
|
ULONG lSendTime; //<2F><><EFBFBD><EFBFBD>һ<EFBFBD>η<EFBFBD><CEB7><EFBFBD>ʱ<EFBFBD><CAB1>
|
|||
|
ULONG lReSendCount; //<2F>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˶<EFBFBD><CBB6>ٴ<EFBFBD>
|
|||
|
UCHAR Msg[512]; //<2F><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>
|
|||
|
Cbip_Submit Submit;
|
|||
|
Cbip_Submit_Ex SubmitEx;
|
|||
|
}Cbip_Send_List;
|
|||
|
//<2F><><EFBFBD>ͷ<EFBFBD><CDB7><EFBFBD>״̬
|
|||
|
typedef struct _Cbip_Send_Resp
|
|||
|
{
|
|||
|
ULONG lSendID; //<2F><><EFBFBD>ݿ<EFBFBD><DDBF>м<EFBFBD>¼<EFBFBD><C2BC>SendID
|
|||
|
long lResult; //<2F><><EFBFBD><EFBFBD>״̬
|
|||
|
ULONG lReSendCount; //<2F>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˶<EFBFBD><CBB6>ٴ<EFBFBD>
|
|||
|
UCHAR lMsgID[32]; //<2F><><EFBFBD>ͳɹ<CDB3>ʱ<EFBFBD>д˷<D0B4><CBB7><EFBFBD>
|
|||
|
}Cbip_Send_Resp;
|
|||
|
|
|||
|
typedef struct _Cbip_Deliver
|
|||
|
{
|
|||
|
LONGLONG sysSeq;
|
|||
|
UCHAR srcMobile[21];
|
|||
|
UCHAR destNumber[21];
|
|||
|
UCHAR messageFormat;
|
|||
|
UCHAR linkID[20];
|
|||
|
UCHAR operatorID;
|
|||
|
UCHAR gatewayID;
|
|||
|
short messageLength;
|
|||
|
}Cbip_Deliver;
|
|||
|
typedef struct _Cbip_Deliver_Resp
|
|||
|
{
|
|||
|
long Status;
|
|||
|
}Cbip_Deliver_Resp;
|
|||
|
|
|||
|
typedef struct _Cbip_Deliver_List
|
|||
|
{
|
|||
|
ULONG lSendID;
|
|||
|
Cbip_Deliver deliver;
|
|||
|
UCHAR szMsg[1024];
|
|||
|
}Cbip_Deliver_List;
|
|||
|
|
|||
|
|
|||
|
typedef struct _Cbip_Report
|
|||
|
{
|
|||
|
LONGLONG clientSeq;
|
|||
|
LONGLONG sysSeq;
|
|||
|
UCHAR destMobile[21];
|
|||
|
UCHAR operatorID;
|
|||
|
UCHAR gatewayID;
|
|||
|
ULONG status;
|
|||
|
UCHAR errorCode[8];
|
|||
|
UCHAR pkTotal;
|
|||
|
UCHAR pkNumber;
|
|||
|
UCHAR messageFormat;
|
|||
|
short contentLen;
|
|||
|
}Cbip_Report;
|
|||
|
typedef struct _Cbip_Report_Resp
|
|||
|
{
|
|||
|
long Status;
|
|||
|
}Cbip_Report_Resp;
|
|||
|
|
|||
|
typedef struct _Cbip_Report_List
|
|||
|
{
|
|||
|
ULONG lSendID;
|
|||
|
Cbip_Report report;
|
|||
|
UCHAR szMsg[256];
|
|||
|
}Cbip_Report_List;
|
|||
|
|
|||
|
|
|||
|
#define MAX_CBIPEXCHANGE 50
|
|||
|
typedef struct _CbipExchange
|
|||
|
{
|
|||
|
char szNum[32]; //<2F>˿ں<CBBF>
|
|||
|
SOCKET sock; //Socket<65>ӿ<EFBFBD>
|
|||
|
long lIndex; //<2F><><EFBFBD><EFBFBD>
|
|||
|
ULONG lID; //<2F>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
long lSendCount; //<2F><><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>
|
|||
|
long lSendRetCount; //<2F><><EFBFBD>ͷ<EFBFBD><CDB7>ؼ<EFBFBD><D8BC><EFBFBD>
|
|||
|
}CbipExchange;
|
|||
|
|
|||
|
|
|||
|
typedef struct _CbipExchangeResp
|
|||
|
{
|
|||
|
long lType; //0 Submit rest , 1 deliver
|
|||
|
long lSendID; //<2F><><EFBFBD><EFBFBD>ID , lType==0ʱ<30><CAB1>Ч
|
|||
|
char szNum[32]; //Ŀ<><C4BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, lType==1ʱ<31><CAB1>Ч
|
|||
|
long lExNum; //adc<64><63><EFBFBD><EFBFBD>ת<EFBFBD><D7AA>ʱ<EFBFBD>õ<EFBFBD>
|
|||
|
long lLen;
|
|||
|
ULONG lCmd;
|
|||
|
ULONG lSeq;
|
|||
|
BYTE Data[512];
|
|||
|
}CbipExchangeResp;
|
|||
|
|
|||
|
|
|||
|
#pragma pack( pop )
|
|||
|
|
|||
|
typedef void (*CBIP_PRECVPROC)(Cbip_Data_Recv * pDataRecv);
|
|||
|
|
|||
|
#define CBIP_PORT 3058 //cmpp<70>˿ں<CBBF>
|
|||
|
#define CBIP_EXCHANGE_PORT 3059
|
|||
|
#define CBIP_EXCHANGE_PORT2 3057 //adc<64>£<EFBFBD><C2A3><EFBFBD><EFBFBD>ô˶˿<CBB6>
|
|||
|
|
|||
|
#define CbipLogin 0x00000101 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CbipLoginResp 0x80000101 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>
|
|||
|
#define CbipSubmit 0x00000105 //<2F>ύ<EFBFBD><E1BDBB><EFBFBD><EFBFBD>
|
|||
|
#define CbipSubmitResp 0x80000105 //<2F>ύ<EFBFBD><E1BDBB><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>
|
|||
|
#define CbipDeliver 0x00000104 //<2F><><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD>
|
|||
|
#define CbipDeliverResp 0x80000104 //<2F>·<EFBFBD><C2B7><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>
|
|||
|
#define CbipActive 0x00000103 //<2F><>·<EFBFBD><C2B7><EFBFBD><EFBFBD>
|
|||
|
#define CbipActiveResp 0x80000103 //<2F>·<EFBFBD><C2B7><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>
|
|||
|
#define CbipReport 0x00000107 //<2F><>Ϣǰת
|
|||
|
#define CbipReportResp 0x80000107 //<2F><>ϢǰתӦ<D7AA><D3A6>
|
|||
|
#define CbipLogout 0x00000102 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CbipLogoutResp 0x80000102 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#define CBIP_LOGINTYPE_SEND 0 //<2F><>¼<EFBFBD><C2BC><EFBFBD>ͣ<EFBFBD><CDA3><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_LOGINTYPE_RECV 1 //<2F><>¼<EFBFBD><C2BC><EFBFBD>ͣ<EFBFBD><CDA3><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_LOGINTYPE_SENDRECV 2 //<2F><>¼<EFBFBD><C2BC><EFBFBD>ͣ<EFBFBD><CDA3>ա<EFBFBD><D5A1><EFBFBD>
|
|||
|
|
|||
|
#ifdef CBIP_3_0
|
|||
|
#define CBIP_SMS_MAX_LIST 256 //<2F><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#else
|
|||
|
#define CBIP_SMS_MAX_LIST 256 //<2F><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#endif
|
|||
|
#define CBIP_SMS_MAX_RESP 2048 //<2F><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_SMS_MAX_DELIVER 2048 //<2F><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_SMS_MAX_STATUS 2048 //<2F><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_SMS_MAX_CBIPEXCHANGERESP 2048 //<2F><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
#define CBIP_ACTIVE_TESTTIME 45000 //<2F>ʱ<E0B3A4><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_ACTIVE_TIMEOUT 35000 //<2F><>·<EFBFBD><C2B7><EFBFBD>ⳬʱʱ<CAB1><CAB1>
|
|||
|
#define CBIP_ACTIVE_COUNTOUT 3 //<2F><>·<EFBFBD><C2B7><EFBFBD>ⳬ<EFBFBD><E2B3AC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define CBIP_SENDSMS_TIMEOUT 40000 //<2F><><EFBFBD>Ͷ<EFBFBD><CDB6>ų<EFBFBD>ʱʱ<CAB1><CAB1>
|
|||
|
#define CBIP_SENDSMS_RECOUNT 1 //<2F><><EFBFBD>Ͷ<EFBFBD><CDB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4><EFBFBD>
|
|||
|
|
|||
|
//typedef CTypedPtrList<CPtrList, Cbip_Send_List*> CSendList;
|
|||
|
//typedef CTypedPtrList<CPtrList, Cbip_Send_Resp*> CSendResp;
|
|||
|
//typedef CTypedPtrList<CPtrList, Cbip_Deliver_List*> CDeliverList;
|
|||
|
class CCbip
|
|||
|
{
|
|||
|
public:
|
|||
|
SOCKET m_hSocket;
|
|||
|
char m_szIP[64];
|
|||
|
long m_lPort;
|
|||
|
long m_lLoginType;
|
|||
|
BOOL m_bQuitThread;
|
|||
|
DWORD m_dwEndSendTime;
|
|||
|
DWORD m_dwEndRecvTime;
|
|||
|
long m_dwEndSendSmsTime;
|
|||
|
long m_dwEndSendSmsRetTime;
|
|||
|
|
|||
|
DWORD m_dwTestCount;
|
|||
|
BOOL m_bRecvFrame;
|
|||
|
BOOL m_bConnect;
|
|||
|
long m_bLoginCbip;
|
|||
|
//CSendList m_SendList;
|
|||
|
//CSendResp m_SendResp;
|
|||
|
//CDeliverList m_DeliverList;
|
|||
|
|
|||
|
ULONG m_lSendID;
|
|||
|
Cbip_Send_List * m_pSendList;
|
|||
|
Cbip_Send_Resp * m_pRespList;
|
|||
|
Cbip_Deliver_List* m_pDeliverList;
|
|||
|
Cbip_Report_List* m_pStatusList;
|
|||
|
CbipExchangeResp * m_pCbipExchangeResp;
|
|||
|
|
|||
|
CmppExchange * m_pCbipExchange;
|
|||
|
long m_lCbipExchange;
|
|||
|
|
|||
|
long m_lSendList;
|
|||
|
long m_lRespList;
|
|||
|
long m_lDeliverList;
|
|||
|
long m_lStatusList;
|
|||
|
long m_lCbipExchangeRespList;
|
|||
|
|
|||
|
char m_szCbipIP[32];
|
|||
|
char m_szCbipUser[32];
|
|||
|
char m_szCbipPasswd[32];
|
|||
|
char m_szCbipCorpID[32];
|
|||
|
|
|||
|
BOOL m_bInitCbip;
|
|||
|
|
|||
|
|
|||
|
CRITICAL_SECTION m_CriSendFrame;
|
|||
|
CRITICAL_SECTION m_CriSendSms;
|
|||
|
CRITICAL_SECTION m_CriRespList;
|
|||
|
CRITICAL_SECTION m_CriDeliverList;
|
|||
|
CRITICAL_SECTION m_CriStatusList;
|
|||
|
CRITICAL_SECTION m_CriCbipExchangeResp;
|
|||
|
|
|||
|
BOOL m_bAdc;
|
|||
|
|
|||
|
|
|||
|
ULONG m_lID;
|
|||
|
CBIP_PRECVPROC m_pRecvProc;
|
|||
|
//<2F><><EFBFBD>ڿ<EFBFBD><DABF>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>ٶ<EFBFBD>
|
|||
|
DWORD m_dwEndSocketSendTime; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŷ<EFBFBD><C5B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
long m_lSendInterval; //<2F><><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>
|
|||
|
|
|||
|
HANDLE m_hThread;
|
|||
|
|
|||
|
CRITICAL_SECTION m_CriErrMsg;
|
|||
|
CString m_strErrMsg;
|
|||
|
|
|||
|
public:
|
|||
|
static LONGLONG ntohl64(LONGLONG host);
|
|||
|
static LONGLONG hl64ton(LONGLONG host);
|
|||
|
BOOL isConnectGateWay();
|
|||
|
void SetErrMsg(CString str);
|
|||
|
CString GetErrMsg();
|
|||
|
|
|||
|
long GetReportSms();
|
|||
|
static TCHAR * PrintMsgID( TCHAR * pMsgID , UCHAR lMsgID[]);
|
|||
|
long GetWFSms();
|
|||
|
void SetSendSpeed(long lSpeed);
|
|||
|
void SetCbipExchangeNum(CmppExchange * pCbipExchange , long lCbipExchange);
|
|||
|
BOOL CbipExchangeResp_Add(CbipExchangeResp resp);
|
|||
|
BOOL GetCbipExchangeResp(CbipExchangeResp &resp);
|
|||
|
long Cbip_GetReport(TCHAR * No ,TCHAR * Stat , TCHAR * Done_time,TCHAR * MsgID );
|
|||
|
long Cbip_Get(TCHAR *SendNo,TCHAR * RecvNo, BYTE *Msg, TCHAR *Msg_Fmt, TCHAR *Msg_Length,long & lLongMsgRand ,long & lLongMsgAll, long & lLongMsgIndex);
|
|||
|
BOOL Status_Add(Cbip_Report_List Report);
|
|||
|
BOOL GetStatus(Cbip_Report_List &report);
|
|||
|
int CharHex(char ch);
|
|||
|
void AsciiToHex(const char *pszOrgRandom , TCHAR *pszDesRandom , long lLen);
|
|||
|
void ExchangeUniCode( char * pData );
|
|||
|
void HexToAscii(const char *pszOrgRandom , char *pszDesRandom );
|
|||
|
long AsciiToUCS2(const char * pAscii , WCHAR * pUCS2);
|
|||
|
long UCS2ToAscii( const WCHAR * pUCS2 , char * pAscii);
|
|||
|
BOOL isChinese(const TCHAR *pSrc, long lSrcLen);
|
|||
|
unsigned char GetMobilePhoneTON(const char *pSrc, char *pOrg);
|
|||
|
long Cbip_SendSms(const char * SendNo , const char * RecvNo,long Msg_Fmt,long udhi,long Msg_Length,BOOL bHandFree,const BYTE * Msg ,const char * Service_Id,long Fee_UserType,const char * FeeType, const char * FeeCode ,long Registered_Delivery,const char *ValId_Time,const char *At_Time,long lSendID,char * MsgID, BOOL bNo86);
|
|||
|
BOOL Deliver_Add(Cbip_Deliver_List Deliver);
|
|||
|
BOOL SendResp_Add(Cbip_Send_Resp resp);
|
|||
|
void UCS2ToAscii2( char * pUCS2 , char * pAscii , long lSrcLen );
|
|||
|
BOOL Cbip_Exit();
|
|||
|
BOOL GetDeliver(Cbip_Deliver_List &deliver);
|
|||
|
long Process_Report(Cbip_Head head, BYTE *pData, long lLen);
|
|||
|
long Process_Deliver(Cbip_Head head,BYTE *pData, long lLen);
|
|||
|
long Process_Active(Cbip_Head head,BYTE *pData, long lLen);
|
|||
|
BOOL GetSendResp( Cbip_Send_Resp & resp );
|
|||
|
long Process_Submit(Cbip_Head head,BYTE *pData, long lLen);
|
|||
|
BOOL Socket_SendSms(Cbip_Send_List * pSend );
|
|||
|
long Back_Send();
|
|||
|
BOOL InitCbip2();
|
|||
|
long SendSms(Cbip_Send_List sms );
|
|||
|
long Process_Connect(Cbip_Head head, BYTE * pData , long lLen );
|
|||
|
static LONGLONG SendFrame(CRITICAL_SECTION &CriSendFrame,SOCKET sock,ULONG &lID,DWORD &dwEndSendTime,ULONG lCommandID,UCHAR * pData , long lDataLen,LONGLONG & lSeq );
|
|||
|
long Cbip_Init( const char * pIP,long lPort,const char * pUser,const char * pPasswd,const char * pCorpID,long lLoginType );
|
|||
|
BOOL RecvFrame(Cbip_Data_Recv &Drecv);
|
|||
|
static BOOL ReadFrame(SOCKET s, Cbip_Data_Recv *pRecv);
|
|||
|
void SetRecvProc(CBIP_PRECVPROC proc);
|
|||
|
static DWORD WINAPI SocketRecv( LPVOID lParam );
|
|||
|
static long Send(SOCKET sock,BYTE *pData, long lLen);
|
|||
|
void Close();
|
|||
|
static BOOL isSocketClose(SOCKET s);
|
|||
|
void Stop();
|
|||
|
BOOL isConnect();
|
|||
|
BOOL Connect2();
|
|||
|
BOOL Connect( const char * pAddr , long lPort , BOOL bReConnect = true );
|
|||
|
CCbip();
|
|||
|
virtual ~CCbip();
|
|||
|
|
|||
|
};
|
|||
|
|
|||
|
#endif // !defined(AFX_CBIP_H__7DF8EA3F_89A5_4FC9_8D87_131385D01734__INCLUDED_)
|