htiui/HtiServicePlugins/HtiCameraServicePlugin/src/HtiCameraServicePlugin.cpp
changeset 34 e0ec97ec3cc4
parent 23 c9bf25a20c9f
child 31 e7a04a6385be
--- a/htiui/HtiServicePlugins/HtiCameraServicePlugin/src/HtiCameraServicePlugin.cpp	Fri Jun 11 13:39:09 2010 +0300
+++ b/htiui/HtiServicePlugins/HtiCameraServicePlugin/src/HtiCameraServicePlugin.cpp	Wed Jun 23 18:13:31 2010 +0300
@@ -515,6 +515,7 @@
     {
     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroInitComplete" );
     HTI_LOG_FORMAT("aError = %d", aError);
+    iError = aError;
     iWaiter->AsyncStop();
     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroInitComplete" );
     }
@@ -523,6 +524,7 @@
     {
     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoPrepareComplete" );
     HTI_LOG_FORMAT("aError = %d", aError);
+    iError = aError;
     iWaiter->AsyncStop();
     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoPrepareComplete" );
     }
@@ -531,6 +533,7 @@
     {
     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingOn" );
     HTI_LOG_FORMAT("aError = %d", aError);
+    iError = aError;
     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingOn" );
     }
 
@@ -538,6 +541,7 @@
     {
     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingPaused" );
     HTI_LOG_FORMAT("aError = %d", aError);
+    iError = aError;
     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingPaused" );
     }
 
@@ -545,6 +549,7 @@
     {
     HTI_LOG_FUNC_IN( "CHtiCameraServicePlugin::MevroVideoRecordingComplete" );
     HTI_LOG_FORMAT("aError = %d", aError);
+    iError = aError;
     HTI_LOG_FUNC_OUT( "CHtiCameraServicePlugin::MevroVideoRecordingComplete" );
     }
 //  End of File