calendarui/regionalplugins/lunarchinese/src/CalenLunarChinesePluginProxy.cpp
branchRCL_3
changeset 65 12af337248b1
parent 0 f979ecb2b13e
child 66 bd7edf625bdd
equal deleted inserted replaced
60:96907930389d 65:12af337248b1
    19 
    19 
    20 #include <implementationproxy.h>
    20 #include <implementationproxy.h>
    21 
    21 
    22 #include "calencustomisation.h"
    22 #include "calencustomisation.h"
    23 #include "CalenLunarChinesePlugin.h"
    23 #include "CalenLunarChinesePlugin.h"
    24 #include "calenregionalpluginuids.h"
    24 #include "CalenRegionalPluginUids.h"
       
    25 #include "OstTraceDefinitions.h"
       
    26 #ifdef OST_TRACE_COMPILER_IN_USE
       
    27 #include "CalenLunarChinesePluginProxyTraces.h"
       
    28 #endif
       
    29 
    25 
    30 
    26 
    31 
    27 // ----------------------------------------------------------------------------
    32 // ----------------------------------------------------------------------------
    28 // ImplementationTable
    33 // ImplementationTable
    29 // ----------------------------------------------------------------------------
    34 // ----------------------------------------------------------------------------
    38 // ----------------------------------------------------------------------------
    43 // ----------------------------------------------------------------------------
    39 // ImplementationGroupProxy
    44 // ImplementationGroupProxy
    40 // ----------------------------------------------------------------------------
    45 // ----------------------------------------------------------------------------
    41 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    46 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    42     {
    47     {
       
    48     OstTraceFunctionEntry0( _IMPLEMENTATIONGROUPPROXY_ENTRY );
    43     aTableCount = sizeof(ImplementationTable) / sizeof (TImplementationProxy);
    49     aTableCount = sizeof(ImplementationTable) / sizeof (TImplementationProxy);
       
    50     OstTraceFunctionExit0( _IMPLEMENTATIONGROUPPROXY_EXIT );
    44     return ImplementationTable;
    51     return ImplementationTable;
    45     }
    52     }
    46 
    53 
    47 // ----------------------------------------------------------------------------
    54 // ----------------------------------------------------------------------------
    48 // End of file
    55 // End of file