qthighway/xqserviceipc/xqserviceipcserver/xqserviceipcserverfactory.cpp
changeset 24 9d760f716ca8
parent 1 2b40d63a9c3d
equal deleted inserted replaced
19:46686fb6258c 24:9d760f716ca8
    28 #endif // __SYMBIAN32__
    28 #endif // __SYMBIAN32__
    29 namespace QtService
    29 namespace QtService
    30 {
    30 {
    31 
    31 
    32 /*!
    32 /*!
    33  \class ServiceFwIPCServerFactory
    33     \class ServiceFwIPCServerFactory
    34  Factory class to construct IPC server backend
    34     \brief Factory class to construct IPC server backend
    35  */
    35 */
    36 
    36 
    37 /*!
    37 /*!
    38  Destructor
    38     Destructor.
    39  */
    39 */
    40 ServiceFwIPCServerFactory::~ServiceFwIPCServerFactory()
    40 ServiceFwIPCServerFactory::~ServiceFwIPCServerFactory()
    41 {
    41 {
    42     XQSERVICE_DEBUG_PRINT("ServiceFwIPCServerFactory::~ServiceFwIPCServerFactory");
    42     XQSERVICE_DEBUG_PRINT("ServiceFwIPCServerFactory::~ServiceFwIPCServerFactory");
    43 }
    43 }
    44 
    44 
    45 /*!
    45 /*!
    46  Constructor
    46     Constructor.
    47  */
    47 */
    48 ServiceFwIPCServerFactory::ServiceFwIPCServerFactory()
    48 ServiceFwIPCServerFactory::ServiceFwIPCServerFactory()
    49 {
    49 {
    50     XQSERVICE_DEBUG_PRINT("ServiceFwIPCServerFactory::ServiceFwIPCServerFactory");
    50     XQSERVICE_DEBUG_PRINT("ServiceFwIPCServerFactory::ServiceFwIPCServerFactory");
    51 }
    51 }
    52 
    52 
    53 /*!
    53 /*!
    54  Construct a backend 
    54     Construct a backend.
    55  @param aBackend backend to construct
    55     \param aBackend Backend to construct.
    56  @param aParent parent to this QObject
    56     \param aParent Parent to this QObject.
    57  */
    57 */
    58 ServiceFwIPCServerPrivate* ServiceFwIPCServerFactory::createBackend(QObject* aParent,
    58 ServiceFwIPCServerPrivate* ServiceFwIPCServerFactory::createBackend(QObject* aParent,
    59                                                                     TServiceIPCBackends aBackend)
    59                                                                     TServiceIPCBackends aBackend)
    60 {
    60 {
    61     XQSERVICE_DEBUG_PRINT("ServiceFwIPCServerFactory::createBackend");
    61     XQSERVICE_DEBUG_PRINT("ServiceFwIPCServerFactory::createBackend");
    62     XQSERVICE_DEBUG_PRINT("aBackend: %d", aBackend);
    62     XQSERVICE_DEBUG_PRINT("aBackend: %d", aBackend);