summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File/test_i.cpp')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/test_i.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/test_i.cpp b/TAO/orbsvcs/examples/Security/Send_File/test_i.cpp
deleted file mode 100644
index a8e381f96a8..00000000000
--- a/TAO/orbsvcs/examples/Security/Send_File/test_i.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-#include "test_i.h"
-#include "tao/debug.h"
-
-#if !defined(__ACE_INLINE__)
-#include "test_i.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(Send_File, test_i, "$Id$")
-
-void
-Simple_Server_i::send_line (const char *line,
- CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- ACE_DEBUG ((LM_DEBUG, "%s\n", line));
-}
-
-void
-Simple_Server_i::shutdown (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- this->orb_->shutdown (0);
-}