telephonyprotocols/pdplayer/inc/PDPDeftSCPR.h
branchopencode
changeset 24 6638e7f4bd8f
parent 23 6b1d113cdff3
--- a/telephonyprotocols/pdplayer/inc/PDPDeftSCPR.h	Mon May 03 13:37:20 2010 +0300
+++ b/telephonyprotocols/pdplayer/inc/PDPDeftSCPR.h	Thu May 06 15:10:38 2010 +0100
@@ -1,109 +1,109 @@
-// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:
-// PDP Default SubConnection Provider class definition.
-// 
-//
-
-/**
- @file
- @internalComponent
-*/
-
-#ifndef SYMBIAN_PDPDEFTSCPR_H
-#define SYMBIAN_PDPDEFTSCPR_H
-
-#include <comms-infras/ss_subconnprov.h>
-#include <comms-infras/corescpr.h>
-#include <comms-infras/corescprstates.h>
-#include "PDPSCPR.h"
-#include "PDPSCPRStates.h"
-#include "AuthenticationDialog.h"
-
-namespace PDPSCprStates
-    {
-    class TCreatePrimaryPDPCtx;
-	class TRetrieveSipAddr;
-    }
-
-enum PDPSCprCustomActivities
-	{
-	ECFActivityIoctl = ESock::ECFActivityCustom
-	};
-    
-class CPDPSubConnectionProviderFactory;    
-class CPDPDefaultSubConnectionProvider : public CPDPSubConnectionProvider, public MAuthenticationDialogObserver
-/** Default PDP subconnection provider
-
-@internalTechnology
-@released Since 9.4 */
-    {
-    friend class CPDPSubConnectionProviderFactory;
-    friend class PDPSCprStates::TCreatePrimaryPDPCtx;
-	friend class PDPSCprStates::TRetrieveSipAddr;
-public:
-    typedef CPDPSubConnectionProviderFactory FactoryType;
-	virtual ~CPDPDefaultSubConnectionProvider();
-	
-	//PdpFsm Callbacks
-    void PdpFsmAllContextEvent(TInt aNotification, TInt aParam);
-    
-    virtual void LinkUp();
-    virtual void LinkDown(TInt aCause);
-
-	void SendDataClientIdleIfNoSubconnsAndNoClientsL();
-
-    //-====================================
-    //MAuthenticationDialogObserver method
-    //-====================================
-    virtual void AuthenticationCompleteL(TInt aError);
-
-    TBool PromptForAuth() const 
-        {
-        return iPromptForAuth;
-        }
-
-    void SetPromptForAuth(TBool aPromptForAuth)
-        {
-        iPromptForAuth = aPromptForAuth;
-        }
-
-    void AuthenticateL();
-
-private:
-    RPacketContext::TProtocolConfigOptionV2* ProtocolConfigOptionL();
-
-protected:
-    //-====================================
-    //Construction methods bundle - accessible thru the factory only
-    //-====================================
-    CPDPDefaultSubConnectionProvider(ESock::CSubConnectionProviderFactoryBase& aFactory);
-	static CPDPDefaultSubConnectionProvider* NewL(CPDPSubConnectionProviderFactory& aFactory);
-	void ConstructL();
-
-    TInt iLinkDowns;
-
-private:
-    TBool iPromptForAuth;
-    CAuthenticationDialog *iAuthDialog;
-	/*
-	These temporary user name & password are required because 
-	authorization data stored in config data structure are of
-	TBuf8 type but agent dialog server expect TBuf type.
-	*/
-    TBuf<RPacketContext::KMaxAuthDataLength> iUsername;
-    TBuf<RPacketContext::KMaxAuthDataLength> iPassword;
-    };
-
-    
-#endif //SYMBIAN_PDPDEFTSCPR_H
+// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// PDP Default SubConnection Provider class definition.
+// 
+//
+
+/**
+ @file
+ @internalComponent
+*/
+
+#ifndef SYMBIAN_PDPDEFTSCPR_H
+#define SYMBIAN_PDPDEFTSCPR_H
+
+#include <comms-infras/ss_subconnprov.h>
+#include <comms-infras/corescpr.h>
+#include <comms-infras/corescprstates.h>
+#include "PDPSCPR.h"
+#include "PDPSCPRStates.h"
+#include "AuthenticationDialog.h"
+
+namespace PDPSCprStates
+    {
+    class TCreatePrimaryPDPCtx;
+	class TRetrieveSipAddr;
+    }
+
+enum PDPSCprCustomActivities
+	{
+	ECFActivityIoctl = ESock::ECFActivityCustom
+	};
+    
+class CPDPSubConnectionProviderFactory;    
+class CPDPDefaultSubConnectionProvider : public CPDPSubConnectionProvider, public MAuthenticationDialogObserver
+/** Default PDP subconnection provider
+
+@internalTechnology
+@released Since 9.4 */
+    {
+    friend class CPDPSubConnectionProviderFactory;
+    friend class PDPSCprStates::TCreatePrimaryPDPCtx;
+	friend class PDPSCprStates::TRetrieveSipAddr;
+public:
+    typedef CPDPSubConnectionProviderFactory FactoryType;
+	virtual ~CPDPDefaultSubConnectionProvider();
+	
+	//PdpFsm Callbacks
+    void PdpFsmAllContextEvent(TInt aNotification, TInt aParam);
+    
+    virtual void LinkUp();
+    virtual void LinkDown(TInt aCause);
+
+	void SendDataClientIdleIfNoSubconnsAndNoClientsL();
+
+    //-====================================
+    //MAuthenticationDialogObserver method
+    //-====================================
+    virtual void AuthenticationCompleteL(TInt aError);
+
+    TBool PromptForAuth() const 
+        {
+        return iPromptForAuth;
+        }
+
+    void SetPromptForAuth(TBool aPromptForAuth)
+        {
+        iPromptForAuth = aPromptForAuth;
+        }
+
+    void AuthenticateL();
+
+private:
+    RPacketContext::TProtocolConfigOptionV2* ProtocolConfigOptionL();
+
+protected:
+    //-====================================
+    //Construction methods bundle - accessible thru the factory only
+    //-====================================
+    CPDPDefaultSubConnectionProvider(ESock::CSubConnectionProviderFactoryBase& aFactory);
+	static CPDPDefaultSubConnectionProvider* NewL(CPDPSubConnectionProviderFactory& aFactory);
+	void ConstructL();
+
+    TInt iLinkDowns;
+
+private:
+    TBool iPromptForAuth;
+    CAuthenticationDialog *iAuthDialog;
+	/*
+	These temporary user name & password are required because 
+	authorization data stored in config data structure are of
+	TBuf8 type but agent dialog server expect TBuf type.
+	*/
+    TBuf<RPacketContext::KMaxAuthDataLength> iUsername;
+    TBuf<RPacketContext::KMaxAuthDataLength> iPassword;
+    };
+
+    
+#endif //SYMBIAN_PDPDEFTSCPR_H