ClkMdlObserver.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : ClkMdlObserver.h
00004 *  Part of     : ClkWldAlmMdl / ClkWldAlmMdl.dll
00005 *  Interface   : 
00006 *  Description : 
00007 *  Version     : 
00008 *
00009 *  Copyright © 2002 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 MCLKMDLOBSERVER_H
00022 #define MCLKMDLOBSERVER_H
00023 
00024 
00025 // Deprecation warning
00026 // warning This header file has been deprecated. Will be removed in one of the next SDK releases.
00027 
00028 //  INCLUDES
00029 
00034 class MClkModelObserver
00035     {
00036 
00037     public: // New functions
00038 
00043         virtual void HandleUpdateL(TInt aNotification)=0;
00044     };
00045 
00046 #endif  // MCLKMDLOBSERVER_H
00047 // End of file

Copyright © Nokia Corporation 2001-2007
Back to top