calendarui/regionalplugins/lunarchinese/src/CalenLunarChinesePluginProxy.cpp
branchRCL_3
changeset 66 bd7edf625bdd
parent 65 12af337248b1
equal deleted inserted replaced
65:12af337248b1 66:bd7edf625bdd
    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 
       
    30 
    25 
    31 
    26 
    32 // ----------------------------------------------------------------------------
    27 // ----------------------------------------------------------------------------
    33 // ImplementationTable
    28 // ImplementationTable
    34 // ----------------------------------------------------------------------------
    29 // ----------------------------------------------------------------------------
    43 // ----------------------------------------------------------------------------
    38 // ----------------------------------------------------------------------------
    44 // ImplementationGroupProxy
    39 // ImplementationGroupProxy
    45 // ----------------------------------------------------------------------------
    40 // ----------------------------------------------------------------------------
    46 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    41 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    47     {
    42     {
    48     OstTraceFunctionEntry0( _IMPLEMENTATIONGROUPPROXY_ENTRY );
       
    49     aTableCount = sizeof(ImplementationTable) / sizeof (TImplementationProxy);
    43     aTableCount = sizeof(ImplementationTable) / sizeof (TImplementationProxy);
    50     OstTraceFunctionExit0( _IMPLEMENTATIONGROUPPROXY_EXIT );
       
    51     return ImplementationTable;
    44     return ImplementationTable;
    52     }
    45     }
    53 
    46 
    54 // ----------------------------------------------------------------------------
    47 // ----------------------------------------------------------------------------
    55 // End of file
    48 // End of file