telephonyprotocols/pdplayer/inc/PDPCPRFactory.h
branchRCL_3
changeset 6 fc69e1e37771
parent 0 3553901f7fa8
--- a/telephonyprotocols/pdplayer/inc/PDPCPRFactory.h	Fri Mar 12 15:49:38 2010 +0200
+++ b/telephonyprotocols/pdplayer/inc/PDPCPRFactory.h	Mon Mar 15 12:45:06 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-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"
@@ -25,11 +25,12 @@
 
 #include <comms-infras/ss_connprov.h>
 #include <ss_fact.h>
+#include "pdp.hrh"
 
 class CPDPConnectionProviderFactory : public ESock::CConnectionProviderFactoryBase
 	{
 public:
-    enum { iUid = 0x102822E2 };
+    enum { iUid = PDPCprImplUid };
 	static CPDPConnectionProviderFactory* NewL(TAny* aParentContainer);
 
 protected: