Added missing Windows DLL export declarations to TCAP classes.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4605 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
oana 2011-09-14 15:35:21 +00:00
parent 208b314269
commit dc132ec7d0
1 changed files with 9 additions and 5 deletions

View File

@ -10705,7 +10705,7 @@ protected:
unsigned int m_abnormalMsgs; unsigned int m_abnormalMsgs;
}; };
class SS7TCAPError class YSIG_API SS7TCAPError
{ {
public: public:
enum ErrorType { enum ErrorType {
@ -10807,7 +10807,7 @@ private:
* Implementation of SS7 Transactional Capabilities Application Part Transaction * Implementation of SS7 Transactional Capabilities Application Part Transaction
* @short SS7 TCAP transaction implementation * @short SS7 TCAP transaction implementation
*/ */
class SS7TCAPTransaction : public GenObject, public Mutex class YSIG_API SS7TCAPTransaction : public GenObject, public Mutex
{ {
public: public:
enum TransactionState { enum TransactionState {
@ -11030,7 +11030,11 @@ protected:
SignallingTimer m_timeout; SignallingTimer m_timeout;
}; };
class SS7TCAPComponent : public GenObject /**
* Implementation of SS7 Transactional Capabilities Application Part Component
* @short SS7 TCAP component implementation
*/
class YSIG_API SS7TCAPComponent : public GenObject
{ {
public: public:
/** /**
@ -11162,7 +11166,7 @@ private:
* Implementation of SS7 Transactional Capabilities Application Part - specification ANSI * Implementation of SS7 Transactional Capabilities Application Part - specification ANSI
* @short ANSI SS7 TCAP implementation * @short ANSI SS7 TCAP implementation
*/ */
class SS7TCAPANSI : virtual public SS7TCAP class YSIG_API SS7TCAPANSI : virtual public SS7TCAP
{ {
YCLASS(SS7TCAPANSI,SS7TCAP) YCLASS(SS7TCAPANSI,SS7TCAP)
public: public:
@ -11234,7 +11238,7 @@ private:
* Implementation of SS7 Transactional Capabilities Application Part Transaction - specification ANSI * Implementation of SS7 Transactional Capabilities Application Part Transaction - specification ANSI
* @short ANSI SS7 TCAP transaction implementation * @short ANSI SS7 TCAP transaction implementation
*/ */
class SS7TCAPTransactionANSI : public SS7TCAPTransaction class YSIG_API SS7TCAPTransactionANSI : public SS7TCAPTransaction
{ {
public: public:
enum TCAPANSIComponentType { enum TCAPANSIComponentType {