locationmanager/inc/locationmanagerdefs.h
changeset 43 c5e73110f733
parent 36 aa5a574040a4
--- a/locationmanager/inc/locationmanagerdefs.h	Fri Jul 23 10:03:59 2010 +0300
+++ b/locationmanager/inc/locationmanagerdefs.h	Fri Aug 06 09:56: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;
@@ -66,6 +66,8 @@
     EArgumentState
     };
 
+const TInt KLocManagerSessionPriority = 5;
+
 #endif // __LOCATIONMANAGERDEFS_H__
 
 // End of file.