summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-13 16:15:30 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-13 16:15:30 +0000
commitb5b40739f8f62240e254a7de5c455ca26a670df3 (patch)
treef9cab5df66bfca74c6675065f57a503e36475dad
parent1bd7c2210c5ce26a2860740c2d9c62d050f7f985 (diff)
downloadATCD-b5b40739f8f62240e254a7de5c455ca26a670df3.tar.gz
Wed Apr 13 17:14:12 UTC 2005 Justin Michel <michel_j@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e9ef9159e06..f3e0193fb1c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 13 17:14:12 UTC 2005 Justin Michel <michel_j@ociweb.com>
+
+ * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
+
+ Missing include for ACE_CString
+
Wed Apr 13 17:07:12 UTC 2005 Justin Michel <michel_j@ociweb.com>
* TAO/orbsvcs/ImplRepo_Service/AsyncStartupWaiter_i.cpp:
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h
index 8ffc8fa6ad5..3c7079ab1e3 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h
@@ -21,6 +21,7 @@
#include "ace/Process_Manager.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/Null_Mutex.h"
+#include "ace/SString.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once