telephonyprotocols/pdplayer/src/ecom_impl.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
    23 
    23 
    24 #include <ecom/implementationproxy.h>
    24 #include <ecom/implementationproxy.h>
    25 #include <ecom/ecom.h>
    25 #include <ecom/ecom.h>
    26 
    26 
    27 #include "pdpmcprfactory.h"
    27 #include "pdpmcprfactory.h"
    28 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    29 #include "PDPCPRFactory.h"
    28 #include "PDPCPRFactory.h"
    30 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    31 #include "PDPSCPRFactory.h"
    29 #include "PDPSCPRFactory.h"
    32 #include "pdptiermanagerfactory.h"
    30 #include "pdptiermanagerfactory.h"
    33 
    31 
    34 //
    32 //
    35 // ECOM Implementation
    33 // ECOM Implementation
    36 //
    34 //
    37 
    35 
    38 const TImplementationProxy ImplementationTable[] =
    36 const TImplementationProxy ImplementationTable[] =
    39 	{   
    37 	{   
    40 	IMPLEMENTATION_PROXY_ENTRY(CPdpMetaConnectionProviderFactory::iUid, CPdpMetaConnectionProviderFactory::NewL),
    38 	IMPLEMENTATION_PROXY_ENTRY(CPdpMetaConnectionProviderFactory::iUid, CPdpMetaConnectionProviderFactory::NewL),
    41 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    42 	IMPLEMENTATION_PROXY_ENTRY(CPDPConnectionProviderFactory::iUid, CPDPConnectionProviderFactory::NewL),
    39 	IMPLEMENTATION_PROXY_ENTRY(CPDPConnectionProviderFactory::iUid, CPDPConnectionProviderFactory::NewL),
    43 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
       
    44 	IMPLEMENTATION_PROXY_ENTRY(CPDPSubConnectionProviderFactory::iUid, CPDPSubConnectionProviderFactory::NewL),
    40 	IMPLEMENTATION_PROXY_ENTRY(CPDPSubConnectionProviderFactory::iUid, CPDPSubConnectionProviderFactory::NewL),
    45 	IMPLEMENTATION_PROXY_ENTRY(CPDPTierManagerFactory::EUid, CPDPTierManagerFactory::NewL)
    41 	IMPLEMENTATION_PROXY_ENTRY(CPDPTierManagerFactory::EUid, CPDPTierManagerFactory::NewL)
    46    	};
    42    	};
    47 
    43 
    48 
    44