telephonyprotocols/pdplayer/src/pdpmcprfactory.cpp
branchRCL_3
changeset 3 962e6306d9d2
parent 0 3553901f7fa8
child 19 630d2f34d719
equal deleted inserted replaced
0:3553901f7fa8 3:962e6306d9d2
    18 /**
    18 /**
    19  @file
    19  @file
    20  @internalComponent
    20  @internalComponent
    21 */
    21 */
    22 
    22 
       
    23 #include <etelqos.h>
    23 #include <ecom/implementationproxy.h>
    24 #include <ecom/implementationproxy.h>
    24 #include "pdpmcprfactory.h"
       
    25 #include "pdpmcpr.h"
       
    26 #include <comms-infras/ss_log.h>
    25 #include <comms-infras/ss_log.h>
    27 #include <ss_glob.h>
    26 #include <ss_glob.h>
    28 #include <ecom/ecom.h>
    27 #include <ecom/ecom.h>
    29 
    28 
    30 #include <comms-infras/ss_msgintercept.h>
    29 #include <comms-infras/ss_msgintercept.h>
       
    30 
       
    31 #include "pdpmcprfactory.h"
       
    32 #include "pdpmcpr.h"
       
    33 
       
    34 
    31 
    35 
    32 #ifdef _DEBUG
    36 #ifdef _DEBUG
    33 #define KPdpMCprFactoryTag KESockMetaConnectionTag
    37 #define KPdpMCprFactoryTag KESockMetaConnectionTag
    34 _LIT8(KPdpMCprFactorySubTag, "pdpmcprfactory");
    38 _LIT8(KPdpMCprFactorySubTag, "pdpmcprfactory");
    35 #endif
    39 #endif