diff -r 2f259fa3e83a -r 8ca85d2f0db7 classicui_pub/editors_api/inc/EikCcpu.h --- a/classicui_pub/editors_api/inc/EikCcpu.h Tue Feb 02 01:00:49 2010 +0200 +++ b/classicui_pub/editors_api/inc/EikCcpu.h Fri Feb 19 23:04:46 2010 +0200 @@ -206,9 +206,10 @@ IMPORT_C void ProcessCommandL(TInt aCommandId); private: - void UpdateCBALabelsL(); - TBool UpdateCBALabelL(TInt aPosition, TInt aCommandId, TInt aTextResId); - void SetEmphasis(CCoeControl* aMenuControl,TBool aEmphasis); + void UpdateCBALabelsL(); + TBool UpdateCBALabelL(TInt aPosition, TInt aCommandId, TInt aTextResId); + void SetEmphasis(CCoeControl* aMenuControl,TBool aEmphasis); + void DeleteCBAL(); private: /** @@ -216,14 +217,16 @@ */ IMPORT_C void* ExtensionInterface( TUid aInterface ); private: - TBitFlags iFlags; - - // Owned - CEikButtonGroupContainer* iCba; + TBitFlags iFlags; + TBool isCbaEmded; + // Owned + CEikButtonGroupContainer* iCba; + // Not owned CEikMenuBar* iMenu; MEikCcpuEditor* iEditor; + CEikButtonGroupContainer* iDialogCba; }; #endif // EIKCCPU_H