diff -r 7ef16719d8cb -r fc69e1e37771 telephonyprotocols/pdplayer/inc/PDPProvision.h --- a/telephonyprotocols/pdplayer/inc/PDPProvision.h Fri Mar 12 15:49:38 2010 +0200 +++ b/telephonyprotocols/pdplayer/inc/PDPProvision.h Mon Mar 15 12:45:06 2010 +0200 @@ -1,5 +1,5 @@ /** -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* 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" @@ -30,6 +30,7 @@ #include #include #include // TMDBElementId +#include "pdp.hrh" namespace ESock { @@ -45,7 +46,7 @@ public: enum { - EUid = 0x102822E0, //Same as PDPSCPR, who's gonna use it. + EUid = PDPScprImplUid, //Same as PDPSCPR, who's gonna use it. ETypeId = 1, }; @@ -88,7 +89,7 @@ public: enum { - EUid = 0x102822E0, //Same as PDPSCPR, who's gonna use it. + EUid = PDPScprImplUid, //Same as PDPSCPR, who's gonna use it. ETypeId = 2, }; @@ -111,7 +112,7 @@ public: enum { - EUid = 0x102822E0, //Same as PDPSCPR, who's gonna use it. + EUid = PDPScprImplUid, //Same as PDPSCPR, who's gonna use it. ETypeId = 3, }; static CDefaultPacketQoSProvision* NewL(ESock::CCommsDatIapView* aIapView); @@ -132,7 +133,7 @@ public: enum { - EUid = 0x102822E0, //Same as PDPSCPR, who's gonna use it. + EUid = PDPScprImplUid, //Same as PDPSCPR, who's gonna use it. ETypeId = 4, }; static CImsExtProvision* NewLC(ESock::CCommsDatIapView* aIapView);