calendarui/regionalplugins/lunarchinese/src/CalenRegionalInfoData.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    16 */
    16 */
    17 
    17 
    18 //  User includes
    18 //  User includes
    19 #include "CalenRegionalInfoData.h"
    19 #include "CalenRegionalInfoData.h"
    20 #include "CalenLunarChinesePlugin.h"
    20 #include "CalenLunarChinesePlugin.h"
       
    21 #include "OstTraceDefinitions.h"
       
    22 #ifdef OST_TRACE_COMPILER_IN_USE
       
    23 #include "CalenRegionalInfoDataTraces.h"
       
    24 #endif
       
    25 
    21 
    26 
    22 
    27 
    23 // ============================ MEMBER FUNCTIONS ===============================
    28 // ============================ MEMBER FUNCTIONS ===============================
    24 
    29 
    25 // -----------------------------------------------------------------------------
    30 // -----------------------------------------------------------------------------
    26 // CalenRegionalInfo::CCalenRegionalInfo
    31 // CalenRegionalInfo::CCalenRegionalInfo
    27 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------
    28 //
    33 //
    29 CalenRegionalInfo::CalenRegionalInfo(CCalenLunarChinesePlugin &plugin): mPlugin(plugin)
    34 CalenRegionalInfo::CalenRegionalInfo(CCalenLunarChinesePlugin &plugin): mPlugin(plugin)
    30     {
    35     {
       
    36 	OstTraceFunctionEntry0( CALENREGIONALINFO_CALENREGIONALINFO_ENTRY );
    31 
    37 
       
    38     OstTraceFunctionExit0( CALENREGIONALINFO_CALENREGIONALINFO_EXIT );
    32     }
    39     }
    33 
    40 
    34 // -----------------------------------------------------------------------------
    41 // -----------------------------------------------------------------------------
    35 // CCalenRegionalInfo::~CCalenRegionalInfo
    42 // CCalenRegionalInfo::~CCalenRegionalInfo
    36 // -----------------------------------------------------------------------------
    43 // -----------------------------------------------------------------------------
    37 //
    44 //
    38 CalenRegionalInfo::~CalenRegionalInfo()
    45 CalenRegionalInfo::~CalenRegionalInfo()
    39     {
    46     {
       
    47 	OstTraceFunctionEntry0( DUP1_CALENREGIONALINFO_CALENREGIONALINFO_ENTRY );
    40 
    48 
       
    49     OstTraceFunctionExit0( DUP1_CALENREGIONALINFO_CALENREGIONALINFO_EXIT );
    41     }
    50     }
    42 
    51 
    43 // -----------------------------------------------------------------------------
    52 // -----------------------------------------------------------------------------
    44 // CCalenRegionalInfo::showRegionalDetailsL
    53 // CCalenRegionalInfo::showRegionalDetailsL
    45 // its a slot ,calls when user clicked show lunar data option
    54 // its a slot ,calls when user clicked show lunar data option
    46 // -----------------------------------------------------------------------------
    55 // -----------------------------------------------------------------------------
    47 //
    56 //
    48 void CalenRegionalInfo::showRegionalDetails()
    57 void CalenRegionalInfo::showRegionalDetails()
    49     {
    58     {
       
    59     OstTraceFunctionEntry0( CALENREGIONALINFO_SHOWREGIONALDETAILS_ENTRY );
    50     mPlugin.ShowDetailsL();
    60     mPlugin.ShowDetailsL();
       
    61     OstTraceFunctionExit0( CALENREGIONALINFO_SHOWREGIONALDETAILS_EXIT );
    51     }
    62     }