summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h
index 6d4577270a4..a6ec7b1d646 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.h
@@ -55,7 +55,7 @@
#include "ace/Reactor.h"
#include "ace/Event_Handler.h"
#include "ace/ARGV.h"
-#include "tao/PortableServer/ORB_Manager.h"
+#include "tao/TAO.h"
#include "mpeg_shared/Video_ControlC.h"
#include "orbsvcs/CosNamingC.h"
#include "ace/SOCK_Dgram.h"
@@ -84,8 +84,7 @@ class Receiver_i
const char* audio_file,
CORBA::Object_ptr video_mmdevice,
const char *video_file,
- CORBA::Environment&)
- ACE_THROW_SPEC (( CORBA::SystemException ));
+ CORBA::Environment&);
private:
Command_Handler *command_handler_;