summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authoredwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-20 21:00:38 +0000
committeredwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-20 21:00:38 +0000
commitd9853286deb43ffc2ffa5e3c6373a36b4ffadec5 (patch)
treed4c3de72d43877261ddcedbbb902e5534d23b409 /TAO
parent2f2f566fd5477c747d028d5e0ffedfb337549611 (diff)
downloadATCD-d9853286deb43ffc2ffa5e3c6373a36b4ffadec5.tar.gz
ChangeLogTag: Wed Aug 20 15:52:03 2003 George Edwards <g.edwards@vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Client_Task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Client_Task.cpp b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Client_Task.cpp
index 2f2d9948a31..7eab65a9333 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Client_Task.cpp
+++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Client_Task.cpp
@@ -8,8 +8,8 @@
ACE_RCSID(Muxing, Client_Task, "$Id$")
Client_Task::Client_Task (const char *ior,
- CORBA::ORB_ptr corb,
- ACE_Thread_Manager *thr_mgr)
+ CORBA::ORB_ptr corb,
+ ACE_Thread_Manager *thr_mgr)
: ACE_Task_Base (thr_mgr)
, input_ (ior)
, corb_ (CORBA::ORB::_duplicate (corb))