locationmanager/inc/locationmanagerdefs.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/locationmanager/inc/locationmanagerdefs.h	Wed Sep 15 12:40:59 2010 +0300
+++ b/locationmanager/inc/locationmanagerdefs.h	Wed Oct 13 15:02:02 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,11 +51,7 @@
     ELocManTrackLogName,
     ELocManRegObserver,
     ELocManGetCaptureSetting,
-    ELocManCancelTrackLogNotify,
-    ELocManTagPending,
-    ELocManStartGeoTaging,
-    ELocManCancelTagPendingReq,
-    ELocManCancelGeoTaggingReq
+    ELocManCancelTrackLogNotify
     };
 
 /** Message argument indices */
@@ -66,8 +62,6 @@
     EArgumentState
     };
 
-const TInt KLocManagerSessionPriority = 5;
-
 #endif // __LOCATIONMANAGERDEFS_H__
 
 // End of file.