summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 21:23:00 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 21:23:00 +0000
commit4295285c8841ad11cf56125798b389ae198a1d55 (patch)
treed8eb9a9870055faa0576a89549117f51abdfaace /TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp
parent3fc37199f16f23fccbb50658f410c45e2f0ad3a0 (diff)
downloadATCD-4295285c8841ad11cf56125798b389ae198a1d55.tar.gz
Removed leftover references to Paper Airplanes.
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp b/TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp
index e78110f1e48..683c16b0158 100644
--- a/TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/nestea_server.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "nestea_server_i.h"
+#include "ace/file_connector.h"
ACE_RCSID(ImplRepo, nestea_server, "$Id$")
@@ -9,7 +10,7 @@ main (int argc, char *argv[])
{
Nestea_Server_i server;
- ACE_DEBUG ((LM_DEBUG, "\n\tPaper Nestea Server\n\n"));
+ ACE_DEBUG ((LM_DEBUG, "\n\tNestea Bookshelf Server\n\n"));
TAO_TRY
{
if (server.init (argc, argv, TAO_TRY_ENV) == -1)