mmsharing/mmshengine/inc/musenglivesessionobserver.h
branchRCL_3
changeset 16 ce86b6d44a6d
parent 0 f0cf47e981f9
equal deleted inserted replaced
15:95754dcd27ad 16:ce86b6d44a6d
    34     
    34     
    35         /**    
    35         /**    
    36     	* Indicates that disk has run out of space during recording.
    36     	* Indicates that disk has run out of space during recording.
    37     	*/
    37     	*/
    38     	virtual void DiskFull() = 0;
    38     	virtual void DiskFull() = 0;
       
    39     	
       
    40     	/**
       
    41     	 * Orientation refresh ended.
       
    42     	 */
       
    43     	virtual void OrientationRefreshEnded() = 0;
    39 		
    44 		
    40     };
    45     };
    41 
    46 
    42 #endif
    47 #endif