00001 /* 00002 * ============================================================================== 00003 * Name : MListenerDopplerObserver.h 00004 * Part of : Effects Framework 00005 * Description : This is the definition of the Listener Doppler Effect observer 00006 * class. 00007 * 00008 * Version : 1 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 MLISTENERDOPPLEROBSERVER_H 00023 #define MLISTENERDOPPLEROBSERVER_H 00024 00025 // INCLUDES 00026 00027 #include <e32base.h> 00028 #include <ListenerDopplerBase.h> 00029 #include <MDopplerObserver.h> 00030 00031 00032 // CLASS DECLARATION 00033 00042 class MListenerDopplerObserver : public MDopplerObserver 00043 { 00044 00045 }; 00046 00047 // of MLISTENERDOPPLEROBSERVER_H 00048 #endif 00049 00050 // End of File