uifw/AvKon/tsrc/bc/S60_SDK5.0/bctestmix50/inc/bctestmix50patchmisc.h
changeset 22 75713bee6484
parent 0 2f259fa3e83a
equal deleted inserted replaced
21:558113899881 22:75713bee6484
    35 #include <eiklbm.h>
    35 #include <eiklbm.h>
    36 #include <eiklbbut.h>
    36 #include <eiklbbut.h>
    37 #include <aknfeppensupportinterface.h>
    37 #include <aknfeppensupportinterface.h>
    38 #include <COECOBS.H>
    38 #include <COECOBS.H>
    39 #include <eikfnlab.h>
    39 #include <eikfnlab.h>
    40 #include <maknfilefilter.h>
       
    41 #include <aknserverapp.h>
    40 #include <aknserverapp.h>
    42 #include <AknsItemData.h>
    41 #include <AknsItemData.h>
    43 #include <AknNoteDialog.h>
    42 #include <AknNoteDialog.h>
    44 
    43 
    45 class CEikCommandButtonBase;
    44 class CEikCommandButtonBase;
   433 class CBCTestEikFileNameLabel : public CEikFileNameLabel
   432 class CBCTestEikFileNameLabel : public CEikFileNameLabel
   434 	{
   433 	{
   435 	friend class CBCTestMix50PatchControlCase;
   434 	friend class CBCTestMix50PatchControlCase;
   436 	};
   435 	};
   437 
   436 
   438 /**
       
   439  *  MonkFilter
       
   440  */
       
   441 struct MonkFilter: public MAknFileFilter
       
   442     {
       
   443 
       
   444     /**
       
   445      * Checks if a file is accepted by the filter.
       
   446      * @param aDriveAndPath Drive and full path of the file.
       
   447      * @param aEntry A directory entry.
       
   448      * @return Returns ETrue if filter accepts the file.
       
   449      */
       
   450     TBool Accept( const TDesC& /*aDriveAndPath*/, 
       
   451             const TEntry& /*aEntry*/ ) const
       
   452         {
       
   453         return ETrue;
       
   454         }
       
   455     };
       
   456 
   437 
   457 /**
   438 /**
   458 *  helper class for test CAknAppServiceBase 
   439 *  helper class for test CAknAppServiceBase 
   459 */
   440 */
   460 class CBCTestAppServiceBase : public CAknAppServiceBase, 
   441 class CBCTestAppServiceBase : public CAknAppServiceBase,