summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-09 17:08:06 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-09 17:08:06 +0000
commit6a1a1b2177924cdc3ffe218733df4f3b24277151 (patch)
treede9a2a73cf2d2cfcab7781454db726e22ac1761c /TAO/orbsvcs
parentd8a0a26265587424ab76a583ea81461b1b60af14 (diff)
downloadATCD-6a1a1b2177924cdc3ffe218733df4f3b24277151.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h
index ffa029a6c07..1cd2e37176f 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h
+++ b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h
@@ -20,10 +20,6 @@
#ifndef AVSTREAMS_I_H
#define AVSTREAMS_I_H
-#if !defined (TAO_AV_Export)
-#define TAO_AV_Export
-#endif /*TAO_AV_Export*/
-
#include "ace/OS.h"
#include "ace/SOCK_Dgram_Mcast.h"
#include "ace/ATM_Addr.h"
@@ -743,7 +739,7 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException,
AVStreams::streamOpFailed,
AVStreams::noSuchFlow,
- notSupported));
+ AVStreams::notSupported));
// Used to remove a multicast leaf
virtual ~TAO_StreamEndPoint_A (void);