calendarui/commonutils/src/CalenStatusPaneUtils.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- a/calendarui/commonutils/src/CalenStatusPaneUtils.cpp	Wed Jun 09 09:40:23 2010 +0300
+++ b/calendarui/commonutils/src/CalenStatusPaneUtils.cpp	Mon Jun 21 15:38:59 2010 +0300
@@ -18,6 +18,7 @@
  //debug
  #include "calendarui_debug.h"
  #include <CalenStatusPaneUtils.h>
+ #include <gdi.h>
  #include "CalenStatusPaneUtilsImpl.h"
  
  
@@ -49,6 +50,19 @@
     TRACE_EXIT_POINT;
     return iStatusPaneUtils->ShowNaviPaneL( aActiveDay );
     }
+ // -----------------------------------------------------------------------------
+ // CCalenStatusPaneUtils::ShowNaviPaneL
+ // Sets the calendar name and icon in the navi pane
+ // (other items were commented in a header).
+ // -----------------------------------------------------------------------------
+ //
+ EXPORT_C CAknNavigationDecorator* CCalenStatusPaneUtils::ShowNaviPaneL( const TDesC& aName, const TRgb aColor )
+     {
+     TRACE_ENTRY_POINT;
+
+     TRACE_EXIT_POINT;
+     return iStatusPaneUtils->ShowNaviPaneL( aName, aColor );
+     }
 
 // -----------------------------------------------------------------------------
 // ?classname::?member_function