summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Video_Control_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Video_Control_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Video_Control_i.cpp99
1 files changed, 99 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Video_Control_i.cpp b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Video_Control_i.cpp
new file mode 100644
index 00000000000..7fd12b2407e
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Video_Control_i.cpp
@@ -0,0 +1,99 @@
+// $Id$
+
+#include "Video_Control_i.h"
+
+Video_Control_i::Video_Control_i ()
+{
+}
+
+CORBA::Boolean
+Video_Control_i::init_video (const Video_Control::INITvideoPara &para,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::stat_stream (CORBA::Char_out ch,
+ CORBA::Long_out size,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::close (CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::stat_sent (CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::fast_forward (const Video_Control::FFpara &para,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::fast_backward (const Video_Control::FFpara &para,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::step (const Video_Control::STEPpara &para,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::play (const Video_Control::PLAYpara &para,
+ CORBA::Long_out vts,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::position (const Video_Control::POSITIONpara &para,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::speed (const Video_Control::SPEEDpara &para,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+
+CORBA::Boolean
+Video_Control_i::stop (CORBA::Long cmdsn,
+ CORBA::Environment&)
+{
+ return 0;
+}
+
+Video_Control_i::~Video_Control_i ()
+{
+
+}