datasourcemodules/locationapesuplpsy/inc/suplpsyrequestor.h
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
equal deleted inserted replaced
54:0c2046328c85 55:c92d4f3c47c5
    21 #define SUPLPSYREQUESTOR_H
    21 #define SUPLPSYREQUESTOR_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <lbs.h>
    25 #include <lbs.h>
    26 #include <lbssuplpsyadaptation.h>
    26 #include <lbsSuplPsyAdaptation.h>
    27 
    27 
    28 /**
    28 /**
    29 * Network Positioning Configuration API CenRep UID.
    29 * Network Positioning Configuration API CenRep UID.
    30 */
    30 */
    31 const TUid KCRUidSuplPsy = { 0x20026FB7 };
    31 const TUid KCRUidSuplPsy = { 0x20026FB7 };
    36 * Name of key which holds time to next fix.
    36 * Name of key which holds time to next fix.
    37 * By default the value will be 180 sec.
    37 * By default the value will be 180 sec.
    38 *
    38 *
    39 */
    39 */
    40 const TUint32 KPSYTimeToNextFix = 0x00000005;
    40 const TUint32 KPSYTimeToNextFix = 0x00000005;
    41 
       
    42 /*
       
    43 * PM UID
       
    44 * 
       
    45 * Name of key which holds the protocol module UID
       
    46 */
       
    47 const TUint32 KPSYPmUid = 0x00000013;
       
    48 
       
    49 
    41 
    50 // FORWARD DECLARATIONS
    42 // FORWARD DECLARATIONS
    51 class MLbsSuplPsyAdaptationObserver;
    43 class MLbsSuplPsyAdaptationObserver;
    52 class CLbsSuplPsyAdaptation;
    44 class CLbsSuplPsyAdaptation;
    53 // CLASS DECLARATION
    45 // CLASS DECLARATION
   160         TInt iPosResult;
   152         TInt iPosResult;
   161 
   153 
   162         TUint iRequestId;
   154         TUint iRequestId;
   163 
   155 
   164         TUint iRequestIdCount;
   156         TUint iRequestIdCount;
   165         
       
   166         TInt iPmUid;
       
   167     };
   157     };
   168 
   158 
   169 #endif      // SUPLPSYREQUESTOR_H   
   159 #endif      // SUPLPSYREQUESTOR_H   
   170             
   160             
   171 // End of File
   161 // End of File