mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/src/abstractmediamtpdataprovidercontrollerimp.cpp
changeset 25 d881023c13eb
parent 0 a2952bb97e68
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
    24 // Define the interface UIDs
    24 // Define the interface UIDs
    25 // -----------------------------------------------------------------------------
    25 // -----------------------------------------------------------------------------
    26 //
    26 //
    27 static const TImplementationProxy ImplementationTable[] =
    27 static const TImplementationProxy ImplementationTable[] =
    28     {
    28     {
    29     {{0x10207C53}, (TProxyNewLPtr) ( CAbstractMediaMtpDataProvider::NewL )}
    29     { { 0x10207C53 }, ( TProxyNewLPtr ) ( CAbstractMediaMtpDataProvider::NewL ) }
    30     };
    30     };
    31 
    31 
    32 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------
    33 //  ECOM entry point
    33 //  ECOM entry point
    34 // -----------------------------------------------------------------------------
    34 // -----------------------------------------------------------------------------
    35 //
    35 //
    36 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
    36 EXPORT_C const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount )
    37         TInt& aTableCount )
       
    38     {
    37     {
    39     aTableCount = sizeof( ImplementationTable ) / sizeof( TImplementationProxy );
    38     aTableCount = sizeof( ImplementationTable ) / sizeof( TImplementationProxy );
    40     return ImplementationTable;
    39     return ImplementationTable;
    41     }
    40     }
    42 
    41