telephonyprotocols/pdplayer/inc/PDPSCPR.h
changeset 31 8ab6687fb94c
parent 19 1f776524b15c
equal deleted inserted replaced
26:8767c6acf334 31:8ab6687fb94c
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    56     class TSendDataClientStopped;
    56     class TSendDataClientStopped;
    57     class TApplyNewDefault;
    57     class TApplyNewDefault;
    58     class TRetrieveSipAddr;
    58     class TRetrieveSipAddr;
    59     class TModifyActivePDPContext;
    59     class TModifyActivePDPContext;
    60 	class TSetMbmsParameters;
    60 	class TSetMbmsParameters;
       
    61 	class TCleanupFSM;
    61     }
    62     }
    62 
    63 
    63 namespace PDPSCprActivities
    64 namespace PDPSCprActivities
    64     {
    65     {
    65     DECLARE_ACTIVITY_MAP(activityMap)
    66     DECLARE_ACTIVITY_MAP(activityMap)
    91     friend class PDPSCprStates::TSendDataClientStopped;
    92     friend class PDPSCprStates::TSendDataClientStopped;
    92     friend class PDPSCprStates::TApplyNewDefault;
    93     friend class PDPSCprStates::TApplyNewDefault;
    93     friend class PDPSCprStates::TRetrieveSipAddr;
    94     friend class PDPSCprStates::TRetrieveSipAddr;
    94 	friend class PDPSCprStates::TSetMbmsParameters;
    95 	friend class PDPSCprStates::TSetMbmsParameters;
    95     friend class PDPSCprStates::TModifyActivePDPContext;
    96     friend class PDPSCprStates::TModifyActivePDPContext;
       
    97     friend class PDPSCprStates::TCleanupFSM;
    96 
    98 
    97 
    99 
    98 public:
   100 public:
    99 	enum { EInvalidContextId = KMaxPdpContexts };
   101 	enum { EInvalidContextId = KMaxPdpContexts };
   100     typedef CPDPSubConnectionProviderFactory FactoryType;
   102     typedef CPDPSubConnectionProviderFactory FactoryType;