mmserv/tms/inc/tmscallimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    25 
    25 
    26 // TMSCallImpl class
    26 // TMSCallImpl class
    27 class TMSCallImpl : public TMSCall
    27 class TMSCallImpl : public TMSCall
    28     {
    28     {
    29 public:
    29 public:
    30     ~TMSCallImpl();
    30     virtual ~TMSCallImpl();
    31     // We don't have to export this if factory impl is part of tmsimpl.lib
       
    32     // TO DO stop exporting this function
       
    33     IMPORT_C static gint Create(TMSCallType ctype, TMSCall*& tmscall,
    31     IMPORT_C static gint Create(TMSCallType ctype, TMSCall*& tmscall,
    34             guint ctxid);
    32             guint ctxid);
       
    33     IMPORT_C static gint Delete(TMSCall*& tmscall);
    35 
    34 
    36 private:
    35 private:
    37     TMSCallImpl();
    36     TMSCallImpl();
    38     gint PostConstruct(TMSCallType ctype, guint ctxid);
    37     gint PostConstruct(TMSCallType ctype, guint ctxid);
    39     };
    38     };