xdmprotocols/XcapProtocol/XcapHttpTransport/inc/XcapHttpRequestTimerCallback.h
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
       
     1 /*
       
     2 * Copyright (c) 2003 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:   MXcapHttpRequestTimerCallback
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __XCAPHTTPREQUESTTIMERCALLBACK__
       
    22 #define __XCAPHTTPREQUESTTIMERCALLBACK__
       
    23 
       
    24 // CLASS DECLARATION
       
    25 
       
    26 /**
       
    27 *  A callback class for the timer class of IMPS Transport layer
       
    28 */
       
    29 NONSHARABLE_CLASS( MXcapHttpRequestTimerCallback )
       
    30     {
       
    31     public:
       
    32 
       
    33         /**
       
    34         * Pure virtual callback function to be implemented in the
       
    35         * derived class. This function is called when timer has
       
    36         * compeleted.
       
    37         * @param aStatus The integer value of iStatus of the timer class
       
    38         */
       
    39         virtual void HandleTimerEventL() = 0;
       
    40     };
       
    41 
       
    42 #endif      //__XCAPHTTPREQUESTTIMERCALLBACK__
       
    43             
       
    44 // End of File