summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-02 14:27:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-02 14:27:33 +0000
commitc52ac9c680ef85338207db1dd7152d422dfc91f1 (patch)
tree32a011750cc3ef22c4937c12741bbbaf8cb1b4e1 /TAO/tests/NestedUpcall
parentc2bcce24e5c5172a709730b19b4be2fd00fd1ce9 (diff)
downloadATCD-c52ac9c680ef85338207db1dd7152d422dfc91f1.tar.gz
added newline at end of file
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rw-r--r--TAO/tests/NestedUpcall/Triangle_Test/Object_A_Impl.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_Impl.cpp b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_Impl.cpp
index 7cf28038e2e..1a22341dc98 100644
--- a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_Impl.cpp
+++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_Impl.cpp
@@ -1,4 +1,3 @@
-// -*- c++ -*-
// $Id$
// ============================================================================
@@ -10,7 +9,7 @@
// Object_A_Impl.cpp
//
// = DESCRIPTION
-// This class implements the Object A of the
+// This class implements the Object A of the
// Nested Upcalls - Triangle test.
//
// = AUTHORS
@@ -59,7 +58,7 @@ Object_A_Impl::foo (Initiator_ptr initiator_ptr,
"(%P|%t) END Object_A_Impl::foo ()\n"));
}
-void
+void
Object_A_Impl::finish (CORBA::Environment &env)
{
ACE_DEBUG ((LM_DEBUG,
@@ -70,4 +69,4 @@ Object_A_Impl::finish (CORBA::Environment &env)
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) END Object_A_Impl::finish ()\n"));
-} \ No newline at end of file
+}