summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 18:00:11 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 18:00:11 +0000
commit33731b9a9260165dceeff00467d1d8093333ec81 (patch)
treeb30685dd49975a0170357ad6a3c092231e549186
parent492018d77e4663f03f6492d2b337231ded1fd8ff (diff)
downloadATCD-33731b9a9260165dceeff00467d1d8093333ec81.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/tests/AVStreams/server.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/server.cpp b/TAO/orbsvcs/tests/AVStreams/server.cpp
index ab271ac9075..4c2e33b4755 100644
--- a/TAO/orbsvcs/tests/AVStreams/server.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/server.cpp
@@ -31,18 +31,21 @@ int
Video_Server_StreamEndPoint::handle_stop (const AVStreams::flowSpec &the_spec,
CORBA::Environment &env)
{
+ return -1;
}
int
Video_Server_StreamEndPoint::handle_start (const AVStreams::flowSpec &the_spec,
CORBA::Environment &env)
{
+ return -1;
}
int
Video_Server_StreamEndPoint::handle_destroy (const AVStreams::flowSpec &the_spec,
CORBA::Environment &env)
{
+ return -1;
}
CORBA::Boolean