34 #ifndef OPAL_H323_TRANSADDR_H
35 #define OPAL_H323_TRANSADDR_H
45 #include <ptlib/sockets.h>
49 class H225_TransportAddress;
50 class H245_TransportAddress;
51 class H225_ArrayOf_TransportAddress;
82 const H225_TransportAddress & pdu,
83 const char * proto = NULL
86 const H245_TransportAddress & pdu,
87 const char * proto = NULL
90 PBoolean
SetPDU(H225_TransportAddress & pdu, WORD defPort = 0)
const;
91 PBoolean
SetPDU(H245_TransportAddress & pdu, WORD defPort = 0)
const;
97 typedef PArray<H323TransportAddress> ParentClass;
102 : ParentClass(dummy, c) { }
106 : ParentClass(initialSize) { }
114 const H225_ArrayOf_TransportAddress & addresses
120 const PStringArray & array
123 const PStringList & list
126 const PSortedStringList & list
133 const PString & address
146 const PCollection & coll
156 H225_ArrayOf_TransportAddress & pdu
162 #endif // OPAL_H323_TRANSADDR_H