F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_26183235_24129.cpp:1:6: error: 'CAfcReceiveTransacationPackageOpMD' has not been declared
 void CAfcReceiveTransacationPackageOpMD::SaveTxnData(const TxnTypeInfo &sTxnType, CAfcOpDataTransaction& clTxnData, vector<unsigned int>& vErrTxnIndex)
      ^
0_0_26183235_24129.cpp:1:60: error: 'TxnTypeInfo' does not name a type
 void CAfcReceiveTransacationPackageOpMD::SaveTxnData(const TxnTypeInfo &sTxnType, CAfcOpDataTransaction& clTxnData, vector<unsigned int>& vErrTxnIndex)
                                                            ^
0_0_26183235_24129.cpp:1:83: error: 'CAfcOpDataTransaction' has not been declared
 void CAfcReceiveTransacationPackageOpMD::SaveTxnData(const TxnTypeInfo &sTxnType, CAfcOpDataTransaction& clTxnData, vector<unsigned int>& vErrTxnIndex)
                                                                                   ^
0_0_26183235_24129.cpp:1:117: error: 'vector' has not been declared
 void CAfcReceiveTransacationPackageOpMD::SaveTxnData(const TxnTypeInfo &sTxnType, CAfcOpDataTransaction& clTxnData, vector<unsigned int>& vErrTxnIndex)
                                                                                                                     ^
0_0_26183235_24129.cpp:1:123: error: expected ',' or '...' before '<' token
 void CAfcReceiveTransacationPackageOpMD::SaveTxnData(const TxnTypeInfo &sTxnType, CAfcOpDataTransaction& clTxnData, vector<unsigned int>& vErrTxnIndex)
                                                                                                                           ^
0_0_26183235_24129.cpp: In function 'void SaveTxnData(const int&, int&, int)':
0_0_26183235_24129.cpp:3:2: error: 'size_t' was not declared in this scope
  size_t sizeTxnRecord = clTxnData.m_vecTransactionDatas.size();
  ^
0_0_26183235_24129.cpp:9:13: error: expected ';' before 'j'
  for(size_t j=0; j<sizeTxnRecord; j++){
             ^
0_0_26183235_24129.cpp:9:18: error: 'j' was not declared in this scope
  for(size_t j=0; j<sizeTxnRecord; j++){
                  ^
0_0_26183235_24129.cpp:9:20: error: 'sizeTxnRecord' was not declared in this scope
  for(size_t j=0; j<sizeTxnRecord; j++){
                    ^
0_0_26183235_24129.cpp:11:3: error: 'CTransactionData' was not declared in this scope
   CTransactionData& sTxnRecord = clTxnData.m_vecTransactionDatas[j];
   ^
0_0_26183235_24129.cpp:11:21: error: 'sTxnRecord' was not declared in this scope
   CTransactionData& sTxnRecord = clTxnData.m_vecTransactionDatas[j];
                     ^
0_0_26183235_24129.cpp:11:44: error: request for member 'm_vecTransactionDatas' in 'clTxnData', which is of non-class type 'int'
   CTransactionData& sTxnRecord = clTxnData.m_vecTransactionDatas[j];
                                            ^
0_0_26183235_24129.cpp:14:9: error: 'm_clOpDbTool' was not declared in this scope
   bOK = m_clOpDbTool.InsertDeviceGlideAudit(sTxnType.uiTxnGlideType, sTxnRecord.m_sTxnGlide, bDup);
         ^
0_0_26183235_24129.cpp:14:54: error: request for member 'uiTxnGlideType' in 'sTxnType', which is of non-class type 'const int'
   bOK = m_clOpDbTool.InsertDeviceGlideAudit(sTxnType.uiTxnGlideType, sTxnRecord.m_sTxnGlide, bDup);
                                                      ^
0_0_26183235_24129.cpp:30:20: error: request for member 'uiTxnType' in 'sTxnType', which is of non-class type 'const int'
    switch(sTxnType.uiTxnType)
                    ^
0_0_26183235_24129.cpp:32:9: error: 'TRANSACTION_TYPE_CONSUME' was not declared in this scope
    case TRANSACTION_TYPE_CONSUME:
         ^
0_0_26183235_24129.cpp:34:19: error: request for member 'uiTxnGlideType' in 'sTxnType', which is of non-class type 'const int'
      if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_ACC)
                   ^
0_0_26183235_24129.cpp:34:37: error: 'TXN_GLIDETYPE_ACC' was not declared in this scope
      if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_ACC)
                                     ^
0_0_26183235_24129.cpp:35:71: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
       bDBOK = m_clOpDbTool.InsertConsumeTradeUd(sTxnRecord, clTxnData.m_strReconciliationDate);
                                                                       ^
0_0_26183235_24129.cpp:36:24: error: request for member 'uiTxnGlideType' in 'sTxnType', which is of non-class type 'const int'
      else if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_YKT)
                        ^
0_0_26183235_24129.cpp:36:42: error: 'TXN_GLIDETYPE_YKT' was not declared in this scope
      else if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_YKT)
                                          ^
0_0_26183235_24129.cpp:37:77: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
       bDBOK = m_clOpDbTool.InsertIccardConsumeTradeUd(sTxnRecord, clTxnData.m_strReconciliationDate);
                                                                             ^
0_0_26183235_24129.cpp:42:9: error: 'TRANSACTION_TYPE_RECHARGE' was not declared in this scope
    case TRANSACTION_TYPE_RECHARGE:
         ^
0_0_26183235_24129.cpp:44:19: error: request for member 'uiTxnGlideType' in 'sTxnType', which is of non-class type 'const int'
      if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_ACC)
                   ^
0_0_26183235_24129.cpp:44:37: error: 'TXN_GLIDETYPE_ACC' was not declared in this scope
      if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_ACC)
                                     ^
0_0_26183235_24129.cpp:45:68: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
       bDBOK = m_clOpDbTool.InsertSaleTradeUd(sTxnRecord, clTxnData.m_strReconciliationDate);
                                                                    ^
0_0_26183235_24129.cpp:46:24: error: request for member 'uiTxnGlideType' in 'sTxnType', which is of non-class type 'const int'
      else if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_YKT)
                        ^
0_0_26183235_24129.cpp:46:42: error: 'TXN_GLIDETYPE_YKT' was not declared in this scope
      else if (sTxnType.uiTxnGlideType == TXN_GLIDETYPE_YKT)
                                          ^
0_0_26183235_24129.cpp:47:74: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
       bDBOK = m_clOpDbTool.InsertIccardSaleTradeUd(sTxnRecord, clTxnData.m_strReconciliationDate);
                                                                          ^
0_0_26183235_24129.cpp:52:9: error: 'TRANSACTION_TYPE_AR' was not declared in this scope
    case TRANSACTION_TYPE_AR:
         ^
0_0_26183235_24129.cpp:55:9: error: 'TRANSACTION_TYPE_TVMREFUND' was not declared in this scope
    case TRANSACTION_TYPE_TVMREFUND:
         ^
0_0_26183235_24129.cpp:58:9: error: 'TRANSACTION_TYPE_DEFERRED' was not declared in this scope
    case TRANSACTION_TYPE_DEFERRED:
         ^
0_0_26183235_24129.cpp:61:9: error: 'TRANSACTION_TYPE_INOUTANDAQM' was not declared in this scope
    case TRANSACTION_TYPE_INOUTANDAQM:
         ^
0_0_26183235_24129.cpp:64:9: error: 'TRANSACTION_TYPE_RECYLEINVALIDTICKET' was not declared in this scope
    case TRANSACTION_TYPE_RECYLEINVALIDTICKET:
         ^
0_0_26183235_24129.cpp:67:9: error: 'TRANSACTION_TYPE_RECYCLESOLDTICKET' was not declared in this scope
    case TRANSACTION_TYPE_RECYCLESOLDTICKET:
         ^
0_0_26183235_24129.cpp:70:9: error: 'TRANSACTION_TYPE_CDVERSION' was not declared in this scope
    case TRANSACTION_TYPE_CDVERSION:
         ^
0_0_26183235_24129.cpp:71:19: error: 'm_clOpTransformTool' was not declared in this scope
     bChangeData = m_clOpTransformTool.DateStrToAccDate20(clTxnData.m_strReconciliationDate, uiWorkDay);
                   ^
0_0_26183235_24129.cpp:71:68: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
     bChangeData = m_clOpTransformTool.DateStrToAccDate20(clTxnData.m_strReconciliationDate, uiWorkDay);
                                                                    ^
0_0_26183235_24129.cpp:75:9: error: 'gclOpCommonTool' was not declared in this scope
      if(gclOpCommonTool.IsBigEndianSvr())
         ^
0_0_26183235_24129.cpp:76:56: error: 'ntohs' was not declared in this scope
       unReconciliationDate = ntohs(unReconciliationDate);
                                                        ^
0_0_26183235_24129.cpp:80:9: error: 'TRANSACTION_TYPE_DEVICEIDENTIFICATION' was not declared in this scope
    case TRANSACTION_TYPE_DEVICEIDENTIFICATION:
         ^
0_0_26183235_24129.cpp:81:68: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
     bChangeData = m_clOpTransformTool.DateStrToAccDate20(clTxnData.m_strReconciliationDate, uiWorkDay);
                                                                    ^
0_0_26183235_24129.cpp:85:9: error: 'gclOpCommonTool' was not declared in this scope
      if(gclOpCommonTool.IsBigEndianSvr())
         ^
0_0_26183235_24129.cpp:86:56: error: 'ntohs' was not declared in this scope
       unReconciliationDate = ntohs(unReconciliationDate);
                                                        ^
0_0_26183235_24129.cpp:90:9: error: 'TRANSACTION_TYPE_DEVICESTATUSCHANGE' was not declared in this scope
    case TRANSACTION_TYPE_DEVICESTATUSCHANGE:
         ^
0_0_26183235_24129.cpp:91:68: error: request for member 'm_strReconciliationDate' in 'clTxnData', which is of non-class type 'int'
     bChangeData = m_clOpTransformTool.DateStrToAccDate20(clTxnData.m_strReconciliationDate, uiWorkDay);
                                                                    ^
0_0_26183235_24129.cpp:95:9: error: 'gclOpCommonTool' was not declar


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-30 18:19:56, Gzip enabled