S60 3rd Edition API Reference: aknpopupnotify.h Source File

aknpopupnotify.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name     : AknPopupNotify.h
00004 *  Part of  : Avkon
00005 *
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 #ifndef __AKNPOPUPNOTIFY_H__
00021 #define __AKNPOPUPNOTIFY_H__
00022 
00023 #include <AknNotify.h>
00024 
00025 
00026 NONSHARABLE_CLASS(CAknPopupNotify) : public CAknNotifyBase
00027     {
00028 public:
00029         IMPORT_C static CAknPopupNotify* NewL();
00030         IMPORT_C static CAknPopupNotify* NewLC();
00031         IMPORT_C ~CAknPopupNotify();
00032 
00033         IMPORT_C void PopupMessageL(const TDesC& aMessage);
00034 
00035 private:
00036         CAknPopupNotify();
00037         void ConstructL();
00038 private:
00039         IMPORT_C void CAknNotifyBase_Reserved();
00040     };
00041 
00042 
00043 #endif

Copyright © Nokia Corporation 2001-2007
Back to top