diff -r ec40843d536a -r 5f20f71a57a3 datasourcemodules/locationapesuplpsy/inc/suplpsyrequestor.h --- a/datasourcemodules/locationapesuplpsy/inc/suplpsyrequestor.h Tue Jun 15 14:56:45 2010 +0100 +++ b/datasourcemodules/locationapesuplpsy/inc/suplpsyrequestor.h Thu Jul 22 16:47:01 2010 +0100 @@ -23,7 +23,7 @@ // INCLUDES #include #include -#include +#include /** * Network Positioning Configuration API CenRep UID. @@ -39,6 +39,14 @@ */ const TUint32 KPSYTimeToNextFix = 0x00000005; +/* +* PM UID +* +* Name of key which holds the protocol module UID +*/ +const TUint32 KPSYPmUid = 0x00000013; + + // FORWARD DECLARATIONS class MLbsSuplPsyAdaptationObserver; class CLbsSuplPsyAdaptation; @@ -154,6 +162,8 @@ TUint iRequestId; TUint iRequestIdCount; + + TInt iPmUid; }; #endif // SUPLPSYREQUESTOR_H