@ -106,7 +106,7 @@ typedef unsigned long long ulong64_t;
#define __EXE_NAME__ ""
#define VERSION_MAJOR "03"
#define VERSION_MINOR "06"
#define VERSION_MINOR "60"
#define VERSION_REV "A"
#define __NETVER__ "DVM_R" VERSION_MAJOR VERSION_REV VERSION_MINOR
@ -47,7 +47,7 @@ namespace network
// Represents an RTP Extension header.
// ---------------------------------------------------------------------------
class RTPExtensionHeader {
class HOST_SW_API RTPExtensionHeader {
public:
/// <summary>Initializes a new instance of the RTPExtensionHeader class.</summary>
RTPExtensionHeader();
@ -55,7 +55,7 @@ namespace network
// Represents the FNE RTP Extension header.
class RTPFNEHeader : public RTPExtensionHeader {
class HOST_SW_API RTPFNEHeader : public RTPExtensionHeader {
/// <summary>Initializes a new instance of the RTPFNEHeader class.</summary>
RTPFNEHeader();
@ -50,7 +50,7 @@ namespace network
// Represents an RTP header.
class RTPHeader {
class HOST_SW_API RTPHeader {
/// <summary>Initializes a new instance of the RTPHeader class.</summary>
RTPHeader();
Powered by TurnKey Linux.