usbmgmt/usbmgr/host/functiondrivers/ms/msfdc/src/msfdcmain.cpp
changeset 51 eaaed528d5fd
parent 36 1a2a19ee918d
equal deleted inserted replaced
46:613028a7da24 51:eaaed528d5fd
    23 #include <ecom/implementationproxy.h>
    23 #include <ecom/implementationproxy.h>
    24 #include "msfdc.h"
    24 #include "msfdc.h"
    25 
    25 
    26 const TImplementationProxy ImplementationTable[] =
    26 const TImplementationProxy ImplementationTable[] =
    27 	{
    27 	{
       
    28 #ifndef __DUMMYFDF__
    28 	IMPLEMENTATION_PROXY_ENTRY(0x10285B0D, CMsFdc::NewL),
    29 	IMPLEMENTATION_PROXY_ENTRY(0x10285B0D, CMsFdc::NewL),
       
    30 #else
       
    31 	IMPLEMENTATION_PROXY_ENTRY(0x20031DF7, CMsFdc::NewL),
       
    32 #endif
    29 	};
    33 	};
    30 /**
    34 /**
    31   A factory method that returns the number of implementation of an interfaces
    35   A factory method that returns the number of implementation of an interfaces
    32   and the implementation proxy entry, in the entry the pointer of the factory method 
    36   and the implementation proxy entry, in the entry the pointer of the factory method 
    33   that constructs a CMsFdc is also returned.
    37   that constructs a CMsFdc is also returned.