mtpfws/mtpfw/inc/cmtpxmlparserlogger.h
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef CMTPXMLPARSERLOGGER_H
       
    17 #define CMTPXMLPARSERLOGGER_H
       
    18 
       
    19 #include <e32base.h>
       
    20 
       
    21 _LIT(KNodeTestCase, "TestCase");
       
    22 _LIT(KNodeConnect, "Connect");
       
    23 _LIT(KNodeTransaction, "Transaction");
       
    24 _LIT(KNodeOperationCode, "OperationCode");
       
    25 _LIT(KNodeSessionID, "SessionID");
       
    26 _LIT(KNodeTransactionID, "TransactionID");
       
    27 _LIT(KNodeParameter1, "Parameter1");
       
    28 _LIT(KNodeParameter2, "Parameter2");
       
    29 _LIT(KNodeParameter3, "Parameter3");
       
    30 _LIT(KNodeParameter4, "Parameter4");
       
    31 _LIT(KNodeParameter5, "Parameter5");
       
    32 _LIT(KNodeDataIn, "DataIn");
       
    33 _LIT(KNodeDataOut, "DataOut");
       
    34 _LIT(KNodeRequest, "Request");
       
    35 _LIT(KNodeResponse, "Response");
       
    36 _LIT(KNodeResponseCode, "ResponseCode");
       
    37 _LIT(KNodeEvent, "Event");
       
    38 _LIT(KNodeEventCode, "EventCode");
       
    39 _LIT(KNotValid, "NotValid");
       
    40 _LIT(KATTRTransactionName, "TransactionName");
       
    41 
       
    42 _LIT(KVersionTag, "?xml version=\"1.0\" encoding=\"UTF-8\"?");
       
    43 
       
    44 const static TInt KMaxAttributeLength = 50;
       
    45 const static TInt KMaxNodeNameLength = 50;
       
    46 
       
    47 #endif // CMTPXMLPARSERLOGGER_H