msourcedopplerobserver.h

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

Copyright © Nokia Corporation 2001-2008
Back to top