summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTP.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTP.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTP.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTP.h b/TAO/orbsvcs/orbsvcs/AV/RTP.h
index a3409f8bb6a..0933f13b532 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTP.h
+++ b/TAO/orbsvcs/orbsvcs/AV/RTP.h
@@ -50,8 +50,7 @@
#define TAO_AV_RTP_H
#include "ace/pre.h"
-#include "orbsvcs/AV/AV_export.h"
-#include "orbsvcs/AV/Protocol_Factory.h"
+#include "Protocol_Factory.h"
#define RTP_PT_BVC 22 /* Berkeley video codec */
@@ -142,7 +141,7 @@ class TAO_AV_RTP_State;
* @class TAO_AV_RTP
* @brief Encapsulate the Real Time Protocol (RTP) header format.
*/
-class TAO_AV_Export TAO_AV_RTP
+class TAO_AV_RTP
{
public:
/* Basic RTP header */
@@ -250,7 +249,7 @@ public:
* @class TAO_AV_Protocol_Object
* @brief TAO_AV_Protocol_object for the RTP protocol
*/
-class TAO_AV_Export TAO_AV_RTP_Object : public TAO_AV_Protocol_Object
+class TAO_AV_RTP_Object : public TAO_AV_Protocol_Object
{
public:
TAO_AV_RTP_Object (TAO_AV_Callback *callback,