mmshplugins/mmshsettingsuiplugin/src/mussettingspluginimplementationtable.cpp
branchRCL_3
changeset 6 c47a75a8cd72
parent 0 f0cf47e981f9
child 22 73a1feb507fb
equal deleted inserted replaced
2:b31261fd4e04 6:c47a75a8cd72
    18 
    18 
    19 
    19 
    20 #include "mussettingsplugin.h"
    20 #include "mussettingsplugin.h"
    21 #include <ecom/implementationproxy.h>
    21 #include <ecom/implementationproxy.h>
    22 #include <e32std.h>
    22 #include <e32std.h>
    23 
    23 #include "muslogger.h"
    24 
    24 
    25 // ======== LOCAL FUNCTIONS ========
    25 // ======== LOCAL FUNCTIONS ========
    26 
    26 
    27 
    27 
    28 const TImplementationProxy KGSVSSettingsPluginImplementationTable[] =
    28 const TImplementationProxy KGSVSSettingsPluginImplementationTable[] =
    39 // ---------------------------------------------------------------------------
    39 // ---------------------------------------------------------------------------
    40 //
    40 //
    41 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
    41 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
    42     TInt& aTableCount )
    42     TInt& aTableCount )
    43 	{
    43 	{
    44     RDebug::Print(_L("[GSLog] ImplementationGroupProxy()" ));
    44     MUS_LOG( "[GSLog] ImplementationGroupProxy()" );
    45 	aTableCount = sizeof(KGSVSSettingsPluginImplementationTable)
    45 	aTableCount = sizeof(KGSVSSettingsPluginImplementationTable)
    46         / sizeof(TImplementationProxy);
    46         / sizeof(TImplementationProxy);
    47 	return KGSVSSettingsPluginImplementationTable;
    47 	return KGSVSSettingsPluginImplementationTable;
    48 	}
    48 	}