summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-30 10:31:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-30 10:31:55 +0000
commit2fe4ccdf06d005604333b32e72c27b43671c53b8 (patch)
tree66b94c79cdeb6f977fa57d77d4d9d2856b579b34
parentafc4b0f5b74d9efa5b2d91f14afa68b4b19e8333 (diff)
downloadATCD-2fe4ccdf06d005604333b32e72c27b43671c53b8.tar.gz
ChangeLogTag: Fri Jul 29 18:32:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.cpp b/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.cpp
index f2d78b4a61f..dbfcefcb23b 100644
--- a/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.cpp
+++ b/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.cpp
@@ -2,9 +2,9 @@
#include "Test_i.h"
-// In case this is a static build we have to force
+// In case this is a static build we have to force
// the ImR_Client to be linked.
-#include "tao/ImR_Client/Imr_Client.h"
+#include "tao/ImR_Client/ImR_Client.h"
Test_i::Test_i (CORBA::ORB_ptr orb) :
orb_ (CORBA::ORB::_duplicate(orb)),