summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2014-09-12 15:10:36 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2014-09-12 15:10:36 +0000
commit0a7112980c36cb1a44ae499202da9c977dc1652c (patch)
tree44bfd785b160acd67e5dd096105b94c68eee02de
parent8beed3ae67124562308bd100bd421ab99357b3e9 (diff)
downloadATCD-0a7112980c36cb1a44ae499202da9c977dc1652c.tar.gz
Fri Sep 12 15:08:32 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/tests/ImplRepo/RestartIMR/server.cpp: Fix the includes.
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/RestartIMR/server.cpp4
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ff9c651405b..e33a695f2af 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 12 15:08:32 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/tests/ImplRepo/RestartIMR/server.cpp:
+ Fix the includes.
+
Fri Sep 12 14:10:47 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/ImplRepo_Service/Activator_Options.cpp:
diff --git a/TAO/orbsvcs/tests/ImplRepo/RestartIMR/server.cpp b/TAO/orbsvcs/tests/ImplRepo/RestartIMR/server.cpp
index 107828cff59..39a958544b1 100755
--- a/TAO/orbsvcs/tests/ImplRepo/RestartIMR/server.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/RestartIMR/server.cpp
@@ -1,8 +1,8 @@
// $Id$
#include "test_i.h"
#include "tao/ImR_Client/ImR_Client.h"
-#include <ace/Task.h>
-#include <ace/Get_Opt.h>
+#include "ace/Get_Opt.h"
+#include "ace/OS_NS_unistd.h"
const ACE_TCHAR * pid_file = ACE_TEXT ("server.pid");