equal
deleted
inserted
replaced
21 #include <tms.h> |
21 #include <tms.h> |
22 #include <tmsilbcformat.h> |
22 #include <tmsilbcformat.h> |
23 |
23 |
24 namespace TMS { |
24 namespace TMS { |
25 |
25 |
26 // FORWARD DECLARATIONS |
|
27 class TMSCallProxy; |
|
28 |
|
29 // TMSILBCFormatImpl class |
26 // TMSILBCFormatImpl class |
30 class TMSILBCFormatImpl : public TMSILBCFormat |
27 class TMSILBCFormatImpl : public TMSILBCFormat |
31 { |
28 { |
32 public: |
29 public: |
33 |
30 |
34 ~TMSILBCFormatImpl(); |
31 virtual ~TMSILBCFormatImpl(); |
35 |
|
36 static gint Create(TMSFormat*& tmsfmt); |
32 static gint Create(TMSFormat*& tmsfmt); |
37 gint SetProxy(TMSGlobalContext* context, gpointer queuehandler); |
33 gint SetProxy(TMSGlobalContext* context, gpointer queuehandler); |
38 |
34 |
39 private: |
35 private: |
40 TMSILBCFormatImpl(); |
36 TMSILBCFormatImpl(); |