summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.idl')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.idl b/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.idl
deleted file mode 100644
index f53cfd88d73..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-// ============================================================================
-// $Id$
-//
-// = FILENAME
-// Video_Repository.idl
-//
-// = DESCRIPTION
-// Data Structures used by the Video_Repository to describe movies in
-// the Video Repository.
-//
-// = AUTHORS
-// Seth Widoff <sbw1@cs.wustl.edu>
-//
-// ============================================================================
-
-module TAO_VR
-{
- struct Movie
- {
- string name_;
- string filename_;
- string description_;
- // string video_filename_;
- // string movie_format_;
- // unsigned long filesize_;
- // unsigned long duration_;
- // unsigned long framerate_;
- // unsigned long framesize_;
- };
-
- typedef sequence<Movie> Movie_Info;
-};