realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/TSIPRegEventStateReSubscribing.h
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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:
       
    15 * Name        : TSIPRegEventStateReSubscribing.h
       
    16 * Part of     : SIP Profile Agent
       
    17 * Interface   : 
       
    18 * Version     : 1.0
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 /**
       
    26  @internalComponent
       
    27 */
       
    28 
       
    29 #ifndef TSIPREGEVENTSTATERESUBSCRIBING_H
       
    30 #define TSIPREGEVENTSTATERESUBSCRIBING_H
       
    31 
       
    32 // INCLUDES
       
    33 #include "TSIPRegEventSubscriptionStateBase.h"
       
    34 
       
    35 
       
    36 // CLASS DECLARATION
       
    37 class TSIPRegEventStateReSubscribing : public TSIPRegEventSubscriptionStateBase
       
    38 	{
       
    39 	public:	// Constructors
       
    40 
       
    41 		TSIPRegEventStateReSubscribing(MSIPRegEventContext& aContext);
       
    42 
       
    43 	public: // From TSIPRegEventSubscriptionStateBase
       
    44 		
       
    45         void ResponseReceivedL(TUint aStatusCode, TUint aRetryAfter);
       
    46 
       
    47 	private: // Constructors
       
    48 
       
    49 		/// Default constructor. Not implemented.
       
    50 		TSIPRegEventStateReSubscribing();
       
    51 	};
       
    52 
       
    53 #endif // TSIPREGEVENTSTATERESUBSCRIBING_H