locationmanager/server/src/clocationmanagersession.cpp
changeset 1 acef663c1218
parent 0 c53acadfccc6
child 8 50de4d668bb6
--- a/locationmanager/server/src/clocationmanagersession.cpp	Mon Jan 18 20:34:07 2010 +0200
+++ b/locationmanager/server/src/clocationmanagersession.cpp	Tue Jan 26 12:13:20 2010 +0200
@@ -17,7 +17,7 @@
 
 #include <e32debug.h>
 #include <s32mem.h>
-#include <LbsSatellite.h> 
+#include <lbssatellite.h> 
 #include <locationdatatype.h>
 #include <locationeventdef.h>
 
@@ -88,7 +88,7 @@
     LOG( "CLocationManagerSession::ServiceL" );
     _LIT( KSemaphore, "LocManSynchSemaphore" );
     RSemaphore semaphore;
-    TInt result = semaphore.OpenGlobal( KSemaphore );
+    const TInt result = semaphore.OpenGlobal( KSemaphore );
     LOG1( "CLocationManagerSession::ServiceL - semaphore open result: %d", result );
     iMessage = RMessage2( aMessage );
     if ( result == KErrNone )