calendarui/commonutils/src/CalenStatusPaneUtils.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
    16 */
    16 */
    17 
    17 
    18  //debug
    18  //debug
    19  #include "calendarui_debug.h"
    19  #include "calendarui_debug.h"
    20  #include <CalenStatusPaneUtils.h>
    20  #include <CalenStatusPaneUtils.h>
       
    21  #include <gdi.h>
    21  #include "CalenStatusPaneUtilsImpl.h"
    22  #include "CalenStatusPaneUtilsImpl.h"
    22  
    23  
    23  
    24  
    24  // ================= MEMBER FUNCTIONS =========================================
    25  // ================= MEMBER FUNCTIONS =========================================
    25 
    26 
    47     TRACE_ENTRY_POINT;
    48     TRACE_ENTRY_POINT;
    48 
    49 
    49     TRACE_EXIT_POINT;
    50     TRACE_EXIT_POINT;
    50     return iStatusPaneUtils->ShowNaviPaneL( aActiveDay );
    51     return iStatusPaneUtils->ShowNaviPaneL( aActiveDay );
    51     }
    52     }
       
    53  // -----------------------------------------------------------------------------
       
    54  // CCalenStatusPaneUtils::ShowNaviPaneL
       
    55  // Sets the calendar name and icon in the navi pane
       
    56  // (other items were commented in a header).
       
    57  // -----------------------------------------------------------------------------
       
    58  //
       
    59  EXPORT_C CAknNavigationDecorator* CCalenStatusPaneUtils::ShowNaviPaneL( const TDesC& aName, const TRgb aColor )
       
    60      {
       
    61      TRACE_ENTRY_POINT;
       
    62 
       
    63      TRACE_EXIT_POINT;
       
    64      return iStatusPaneUtils->ShowNaviPaneL( aName, aColor );
       
    65      }
    52 
    66 
    53 // -----------------------------------------------------------------------------
    67 // -----------------------------------------------------------------------------
    54 // ?classname::?member_function
    68 // ?classname::?member_function
    55 // ?implementation_description
    69 // ?implementation_description
    56 // (other items were commented in a header).
    70 // (other items were commented in a header).