summaryrefslogtreecommitdiff
path: root/tests/COIOP/Hello.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /tests/COIOP/Hello.cpp
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tests/COIOP/Hello.cpp')
-rw-r--r--tests/COIOP/Hello.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/COIOP/Hello.cpp b/tests/COIOP/Hello.cpp
index 5d2383f3a68..71272b4add1 100644
--- a/tests/COIOP/Hello.cpp
+++ b/tests/COIOP/Hello.cpp
@@ -1,18 +1,16 @@
-//
+// -*- C++ -*-
// $Id$
-//
+
#include "Hello.h"
#include "tao/ORB_Core.h"
#include "tao/ORB_Table.h"
#include "tao/ORB_Core_Auto_Ptr.h"
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Hello, Hello, "$Id$")
-
- Hello::Hello (CORBA::ORB_ptr orb,
- ACE_thread_t thrid)
- : orb_ (CORBA::ORB::_duplicate (orb))
- , thr_id_ (thrid)
+Hello::Hello (CORBA::ORB_ptr orb,
+ ACE_thread_t thrid)
+: orb_ (CORBA::ORB::_duplicate (orb))
+ , thr_id_ (thrid)
{
}