tsrc/musenginestub/inc/musenglivesessionobserver.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
--- a/tsrc/musenginestub/inc/musenglivesessionobserver.h	Thu Aug 19 09:51:39 2010 +0300
+++ b/tsrc/musenginestub/inc/musenglivesessionobserver.h	Tue Aug 31 15:12:07 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -19,23 +19,24 @@
 #ifndef MUSHENGLIVESESSIONOBSERVER_H
 #define MUSHENGLIVESESSIONOBSERVER_H
 
-// INCLUDES
-#include "musengoutsessionobserver.h"
+
 
 // CLASS DECLARATION
 
 /**
-*  An interface to be implemented by users of Multimedia Sharing Engine if 
-*  they wish to receive
-*  events from session state changes.
-*
-*  This observer is set using CMSSession:: function.
-*
-* @lib musengine.lib
-* @since S60 v3.2
+*  An interface to be implemented by clients of Multimedia Sharing Engine if 
+*  they wish to receive events about live sharing specific event.
 */
-class MMusEngLiveSessionObserver : public MMusEngOutSessionObserver
+class MMusEngLiveSessionObserver
     {
+    
+    public:
+    
+        /**    
+    	* Indicates that disk has run out of space during recording.
+    	*/
+    	virtual void DiskFull() = 0;
+		
     };
 
 #endif
\ No newline at end of file