locationmanager/client/src/rlocationmanager.cpp
branchRCL_3
changeset 3 6752808b2036
parent 0 c53acadfccc6
child 8 50de4d668bb6
equal deleted inserted replaced
2:b73a2e62868f 3:6752808b2036
   115 // Returns the version of Location Manager.
   115 // Returns the version of Location Manager.
   116 // --------------------------------------------------------------------------
   116 // --------------------------------------------------------------------------
   117 //      
   117 //      
   118 TVersion RLocationManager::Version() const
   118 TVersion RLocationManager::Version() const
   119     {
   119     {
   120     return TVersion( KLocationManagerServerMajor, 
   120     TVersion version( KLocationManagerServerMajor, 
   121                      KLocationManagerServerMinor, 
   121                               KLocationManagerServerMinor, 
   122                      KLocationManagerServerBuild );
   122                               KLocationManagerServerBuild );
       
   123     return version;
   123     }
   124     }
   124 
   125 
   125 // --------------------------------------------------------------------------
   126 // --------------------------------------------------------------------------
   126 // RLocationManager::CompleteRequest
   127 // RLocationManager::CompleteRequest
   127 // Completes an asynchronous request with an error code.
   128 // Completes an asynchronous request with an error code.