calendarui/regionalplugins/lunarchinese/src/CalenLunarChinesePluginProxy.cpp
changeset 55 2c54b51f39c4
parent 18 c198609911f9
child 89 b57382753122
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    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