ccservices/cmsservices/cmsengine/Client/src/cmssession.cpp
branchRCL_3
changeset 14 81f8547efd4f
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
3:04ab22b956c2 14:81f8547efd4f
   115 TBool RCmsSession::IsRunning()
   115 TBool RCmsSession::IsRunning()
   116     {
   116     {
   117     #ifdef _DEBUG
   117     #ifdef _DEBUG
   118         RCmsSession::WriteToLog( _L8( "RCmsSession::IsRunning()" ) );
   118         RCmsSession::WriteToLog( _L8( "RCmsSession::IsRunning()" ) );
   119     #endif
   119     #endif
   120     TFindServer findServer( KCmsServerName );
   120     TFindServer findServer( KCmsServerLib );
   121     TFullName name;
   121     TFullName name;
   122     return ( findServer.Next( name ) == KErrNone );
   122     return ( findServer.Next( name ) == KErrNone );
   123     } 
   123     } 
   124 
   124 
   125 #ifdef _DEBUG
   125 #ifdef _DEBUG