00001 /* 00002 * ============================================================================== 00003 * Name : MSourceOrientationObserver.h 00004 * Part of : Effects Framework 00005 * Description : This is the definition of the Source orientation effect 00006 * observer class. 00007 * 00008 * Version : 2 00009 * 00010 * Copyright © 2004 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * ============================================================================== 00020 */ 00021 00022 #ifndef MSOURCEORIENTATIONOBSERVER_H 00023 #define MSOURCEORIENTATIONOBSERVER_H 00024 00025 // INCLUDES 00026 00027 #include <e32base.h> 00028 #include <SourceOrientationBase.h> 00029 #include <MOrientationObserver.h> 00030 00031 00032 // CLASS DECLARATION 00033 00042 class MSourceOrientationObserver : public MOrientationObserver 00043 { 00044 00045 }; 00046 00047 // of MSOURCEORIENTATIONOBSERVER_H 00048 #endif 00049 00050 // End of File