uifw/AvKon/src/AknStaticNoteDialog.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
    29 #include <AknUtils.h>
    29 #include <AknUtils.h>
    30 #include <AknsUtils.h>
    30 #include <AknsUtils.h>
    31 #include <AknsDrawUtils.h>
    31 #include <AknsDrawUtils.h>
    32 
    32 
    33 #include <AknTasHook.h> // for testability hooks
    33 #include <AknTasHook.h> // for testability hooks
       
    34 
       
    35 #include "akntrace.h"
    34 class CAknStackIndicatorAttributes: public CBase
    36 class CAknStackIndicatorAttributes: public CBase
    35 	{
    37 	{
    36 public:
    38 public:
    37 	TSize iTwoNotesInStackBitmapSize;
    39 	TSize iTwoNotesInStackBitmapSize;
    38 	TSize iManyNotesInStackBitmapSize;
    40 	TSize iManyNotesInStackBitmapSize;
   165  *
   167  *
   166  * Just call CAknNoteDialog constructor
   168  * Just call CAknNoteDialog constructor
   167  */
   169  */
   168 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog() : CAknNoteDialog()
   170 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog() : CAknNoteDialog()
   169 	{
   171 	{
       
   172 	_AKNTRACE_FUNC_ENTER;
   170 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
   173 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
       
   174 	_AKNTRACE_FUNC_EXIT;
   171 	}
   175 	}
   172 
   176 
   173 /**
   177 /**
   174  * Another class constructor
   178  * Another class constructor
   175  *
   179  *
   178  *
   182  *
   179  * @param aSelfPtr Address of the dialog pointer
   183  * @param aSelfPtr Address of the dialog pointer
   180  */
   184  */
   181 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog(CEikDialog** aSelfPtr) : CAknNoteDialog(aSelfPtr)
   185 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog(CEikDialog** aSelfPtr) : CAknNoteDialog(aSelfPtr)
   182 	{
   186 	{
       
   187 	_AKNTRACE_FUNC_ENTER;
   183 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
   188 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
       
   189 	_AKNTRACE_FUNC_EXIT;
   184 	}
   190 	}
   185 
   191 
   186 /**
   192 /**
   187  * Class destructor
   193  * Class destructor
   188  *
   194  *
   189  * Delete the stack indicator
   195  * Delete the stack indicator
   190  */
   196  */
   191 EXPORT_C CAknStaticNoteDialog::~CAknStaticNoteDialog()
   197 EXPORT_C CAknStaticNoteDialog::~CAknStaticNoteDialog()
   192 	{
   198 	{
       
   199 	_AKNTRACE_FUNC_ENTER;
   193 	AKNTASHOOK_REMOVE();
   200 	AKNTASHOOK_REMOVE();
   194 	delete iStackIndicator;
   201 	delete iStackIndicator;
       
   202 	_AKNTRACE_FUNC_EXIT;
   195 	}
   203 	}
   196 
   204 
   197 /**
   205 /**
   198  * Set the number of borders
   206  * Set the number of borders
   199  *
   207  *