contextengine/plugins/locationplugin/src/locationcontextplugin.cpp
branchRCL_3
changeset 6 646a02f170b9
parent 1 acef663c1218
child 8 50de4d668bb6
equal deleted inserted replaced
3:6752808b2036 6:646a02f170b9
   146     	}
   146     	}
   147     
   147     
   148     TInt ret = KErrNone;
   148     TInt ret = KErrNone;
   149     
   149     
   150     ret = iManipulator.LocationSnapshot( aHD.MdeObject().Id() );
   150     ret = iManipulator.LocationSnapshot( aHD.MdeObject().Id() );
       
   151     
       
   152     if( ret != KErrNone )
       
   153         {
       
   154         ret = KErrCompletion;
       
   155         }
   151     
   156     
   152     aHD.SetErrorCode( ret );
   157     aHD.SetErrorCode( ret );
   153     aObserver.PluginSnapshotStatus( &aHD );
   158     aObserver.PluginSnapshotStatus( &aHD );
   154     }
   159     }
   155 
   160