mmshplugins/mmshsettingsuiplugin/src/mussettingspluginimplementationtable.cpp
branchRCL_3
changeset 22 73a1feb507fb
parent 6 c47a75a8cd72
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    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 #include "muslogger.h"
    23 
    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     MUS_LOG( "[GSLog] ImplementationGroupProxy()" );
    44     RDebug::Print(_L("[GSLog] ImplementationGroupProxy()" ));
    45 	aTableCount = sizeof(KGSVSSettingsPluginImplementationTable)
    45 	aTableCount = sizeof(KGSVSSettingsPluginImplementationTable)
    46         / sizeof(TImplementationProxy);
    46         / sizeof(TImplementationProxy);
    47 	return KGSVSSettingsPluginImplementationTable;
    47 	return KGSVSSettingsPluginImplementationTable;
    48 	}
    48 	}