webservices/wsutils/inc/senwsaepr.h
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Header declaration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 #ifndef SEN_WSAEPR_H
       
    28 #define SEN_WSAEPR_H
       
    29 
       
    30 #include "SenBaseFragment.h"
       
    31 
       
    32 namespace
       
    33     {
       
    34     _LIT8(KName, "EndpointReference");
       
    35     _LIT8(KNsPrefix, "wsa");
       
    36 
       
    37     // Note: below value is from editor's draft of WS-A spec. 
       
    38 
       
    39     _LIT8(KMessageIdNs, "http://www.w3.org/2005/03/addressing") ;
       
    40     }
       
    41 
       
    42 
       
    43 class CSenWsaMessageId : public CSenBaseFragment
       
    44     {
       
    45     /*
       
    46     public:
       
    47 
       
    48         IMPORT_C static CSenWsaMessageId* NewL();
       
    49 
       
    50         IMPORT_C virtual ~CSenWsaMessageId();
       
    51 
       
    52     public:
       
    53 
       
    54         IMPORT_C virtual TPtrC8 MessageId();
       
    55 
       
    56     private: // Data
       
    57         HBufC8* ipMessageId;         // Owned
       
    58     */
       
    59     };
       
    60 
       
    61 #endif // WSA_MESSAGEID_H