diff -r aa5a574040a4 -r a3cc46f37772 locationmanager/inc/locationmanagerdefs.h --- a/locationmanager/inc/locationmanagerdefs.h Tue Jul 06 14:44:37 2010 +0300 +++ b/locationmanager/inc/locationmanagerdefs.h Fri Sep 17 16:54:49 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.