locationmanager/inc/locationmanagerdefs.h
branchRCL_3
changeset 19 b73252188534
parent 0 c53acadfccc6
--- a/locationmanager/inc/locationmanagerdefs.h	Thu Jul 15 19:07:24 2010 +0300
+++ b/locationmanager/inc/locationmanagerdefs.h	Thu Aug 19 10:20:41 2010 +0300
@@ -18,7 +18,7 @@
 #ifndef __LOCATIONMANAGERDEFS_H__
 #define __LOCATIONMANAGERDEFS_H__
 
-_LIT( KLocServerFileName, "LocationManagerServer.exe");
+_LIT( KLocServerFileName, "locationmanagerserver.exe");
 _LIT( KLocServerName,     "LocationManagerServer" );
 
 const TInt KLocationManagerServerMinor = 0;
@@ -51,7 +51,11 @@
     ELocManTrackLogName,
     ELocManRegObserver,
     ELocManGetCaptureSetting,
-    ELocManCancelTrackLogNotify
+    ELocManCancelTrackLogNotify,
+    ELocManTagPending,
+    ELocManStartGeoTaging,
+    ELocManCancelTagPendingReq,
+    ELocManCancelGeoTaggingReq
     };
 
 /** Message argument indices */
@@ -62,6 +66,8 @@
     EArgumentState
     };
 
+const TInt KLocManagerSessionPriority = 5;
+
 #endif // __LOCATIONMANAGERDEFS_H__
 
 // End of file.