locationmanager/inc/locationmanagerdefs.h
branchRCL_3
changeset 19 b73252188534
parent 0 c53acadfccc6
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    16 */
    16 */
    17 
    17 
    18 #ifndef __LOCATIONMANAGERDEFS_H__
    18 #ifndef __LOCATIONMANAGERDEFS_H__
    19 #define __LOCATIONMANAGERDEFS_H__
    19 #define __LOCATIONMANAGERDEFS_H__
    20 
    20 
    21 _LIT( KLocServerFileName, "LocationManagerServer.exe");
    21 _LIT( KLocServerFileName, "locationmanagerserver.exe");
    22 _LIT( KLocServerName,     "LocationManagerServer" );
    22 _LIT( KLocServerName,     "LocationManagerServer" );
    23 
    23 
    24 const TInt KLocationManagerServerMinor = 0;
    24 const TInt KLocationManagerServerMinor = 0;
    25 const TInt KLocationManagerServerMajor = 1;
    25 const TInt KLocationManagerServerMajor = 1;
    26 const TInt KLocationManagerServerBuild = 0;
    26 const TInt KLocationManagerServerBuild = 0;
    49     ELocManDeleteTrackLog,
    49     ELocManDeleteTrackLog,
    50     ELocManIsTrackLogRecording,
    50     ELocManIsTrackLogRecording,
    51     ELocManTrackLogName,
    51     ELocManTrackLogName,
    52     ELocManRegObserver,
    52     ELocManRegObserver,
    53     ELocManGetCaptureSetting,
    53     ELocManGetCaptureSetting,
    54     ELocManCancelTrackLogNotify
    54     ELocManCancelTrackLogNotify,
       
    55     ELocManTagPending,
       
    56     ELocManStartGeoTaging,
       
    57     ELocManCancelTagPendingReq,
       
    58     ELocManCancelGeoTaggingReq
    55     };
    59     };
    56 
    60 
    57 /** Message argument indices */
    61 /** Message argument indices */
    58 enum TArgumentIndices
    62 enum TArgumentIndices
    59     {
    63     {
    60     EArgumentTime = 0,
    64     EArgumentTime = 0,
    61     EArgumentLocationData,
    65     EArgumentLocationData,
    62     EArgumentState
    66     EArgumentState
    63     };
    67     };
    64 
    68 
       
    69 const TInt KLocManagerSessionPriority = 5;
       
    70 
    65 #endif // __LOCATIONMANAGERDEFS_H__
    71 #endif // __LOCATIONMANAGERDEFS_H__
    66 
    72 
    67 // End of file.
    73 // End of file.