mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/mediamtpdataprovidercontrollerimp.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     {{0x10207C4B}, (TProxyNewLPtr) ( CMediaMtpDataProvider::NewL )}
    29     { { 0x10207C4B }, ( TProxyNewLPtr ) ( CMediaMtpDataProvider::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(
    37         TInt& aTableCount )
    37         TInt& aTableCount )
    38     {
    38     {
    39     aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
    39     aTableCount = sizeof( ImplementationTable ) / sizeof( TImplementationProxy );
    40     return ImplementationTable;
    40     return ImplementationTable;
    41     }
    41     }
    42 
    42 
    43 // end of file
    43 // end of file