qtms/inc/qtmsfactoryimpl.h
changeset 64 92dbd2a406d9
parent 51 e61a04404bdf
equal deleted inserted replaced
61:3b098142db83 64:92dbd2a406d9
    18 #ifndef QTMSFACTORYIMPL_H_
    18 #ifndef QTMSFACTORYIMPL_H_
    19 #define QTMSFACTORYIMPL_H_
    19 #define QTMSFACTORYIMPL_H_
    20 
    20 
    21 #include <e32cmn.h>
    21 #include <e32cmn.h>
    22 #include <qtms.h>
    22 #include <qtms.h>
       
    23 #include <qtmsver.h>
    23 
    24 
    24 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    25 namespace TMS
    26 namespace TMS
    26 {
    27 {
    27 class TMSFactory;
    28 class TMSFactory;
    45 
    46 
    46 // CLASS DECLARATION
    47 // CLASS DECLARATION
    47 class QTMSFactoryImpl
    48 class QTMSFactoryImpl
    48 {
    49 {
    49 public:
    50 public:
    50     QTMSFactoryImpl();
    51     QTMSFactoryImpl(QTMSVer& ver);
    51     virtual ~QTMSFactoryImpl();
    52     virtual ~QTMSFactoryImpl();
    52 
    53 
    53     gint CreateCall(QTMSCallType ctype, QTMSCall*& QTMScall, guint ctxid);
    54     gint CreateCall(QTMSCallType ctype, QTMSCall*& QTMScall, guint ctxid);
    54     gint DeleteCall(QTMSCall*& QTMSct);
    55     gint DeleteCall(QTMSCall*& QTMSct);
    55     gint IsCallTypeSupported(QTMSCallType ctype, gboolean& flag);
    56     gint IsCallTypeSupported(QTMSCallType ctype, gboolean& flag);