calendarui/regionalplugins/lunarchinese/src/CalenRegionalInfoData.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
--- a/calendarui/regionalplugins/lunarchinese/src/CalenRegionalInfoData.cpp	Mon Jul 12 02:32:28 2010 +0530
+++ b/calendarui/regionalplugins/lunarchinese/src/CalenRegionalInfoData.cpp	Mon Jul 26 13:54:38 2010 +0530
@@ -18,6 +18,11 @@
 //  User includes
 #include "CalenRegionalInfoData.h"
 #include "CalenLunarChinesePlugin.h"
+#include "OstTraceDefinitions.h"
+#ifdef OST_TRACE_COMPILER_IN_USE
+#include "CalenRegionalInfoDataTraces.h"
+#endif
+
 
 
 // ============================ MEMBER FUNCTIONS ===============================
@@ -28,7 +33,9 @@
 //
 CalenRegionalInfo::CalenRegionalInfo(CCalenLunarChinesePlugin &plugin): mPlugin(plugin)
     {
+	OstTraceFunctionEntry0( CALENREGIONALINFO_CALENREGIONALINFO_ENTRY );
 
+    OstTraceFunctionExit0( CALENREGIONALINFO_CALENREGIONALINFO_EXIT );
     }
 
 // -----------------------------------------------------------------------------
@@ -37,7 +44,9 @@
 //
 CalenRegionalInfo::~CalenRegionalInfo()
     {
+	OstTraceFunctionEntry0( DUP1_CALENREGIONALINFO_CALENREGIONALINFO_ENTRY );
 
+    OstTraceFunctionExit0( DUP1_CALENREGIONALINFO_CALENREGIONALINFO_EXIT );
     }
 
 // -----------------------------------------------------------------------------
@@ -47,5 +56,7 @@
 //
 void CalenRegionalInfo::showRegionalDetails()
     {
+    OstTraceFunctionEntry0( CALENREGIONALINFO_SHOWREGIONALDETAILS_ENTRY );
     mPlugin.ShowDetailsL();
+    OstTraceFunctionExit0( CALENREGIONALINFO_SHOWREGIONALDETAILS_EXIT );
     }