summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 08:25:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 08:25:51 +0000
commitb268542143e48886fb3ebeed46fc3b1dcac5ce75 (patch)
tree0a73e563d56fe25fd96960470491b502b2021fb9
parent2bfe052dd1fa6e6d600f7c77f52e3f05dc5b5ee4 (diff)
downloadATCD-b268542143e48886fb3ebeed46fc3b1dcac5ce75.tar.gz
ChangeLogTag:Wed Apr 16 00:18:08 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/TAO_IDL/be/be_decl.cpp5
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp4
3 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 976a473f581..9162441946a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -7,6 +7,12 @@ Wed Apr 16 00:47:50 2003 Ossama Othman <ossama@uci.edu>
Wed Apr 16 00:18:08 2003 Ossama Othman <ossama@uci.edu>
+ * TAO_IDL/be/be_decl.cpp:
+ * TAO_IDL/be/be_visitor_operation/amh_ss.cpp:
+
+ Include "ace/SString.h". Necessitated by header inclusion
+ reductions in ACE.
+
* tao/AbstractBase.inl (_is_a):
* tao/AbstractBase.cpp (_is_a):
diff --git a/TAO/TAO_IDL/be/be_decl.cpp b/TAO/TAO_IDL/be/be_decl.cpp
index 40c5f59507c..9869f858be6 100644
--- a/TAO/TAO_IDL/be/be_decl.cpp
+++ b/TAO/TAO_IDL/be/be_decl.cpp
@@ -39,9 +39,10 @@
#include "be_visitor.h"
#include "utl_identifier.h"
#include "ace/Log_Msg.h"
+#include "ace/SString.h"
-ACE_RCSID (be,
- be_decl,
+ACE_RCSID (be,
+ be_decl,
"$Id$")
// Default Constructor
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
index db0fc0530aa..9fdb1d0acc4 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
@@ -14,6 +14,8 @@ ACE_RCSID (be_visitor_operation,
amh_ss,
"$Id$")
+#include "ace/SString.h"
+
be_visitor_amh_operation_ss::be_visitor_amh_operation_ss (
be_visitor_context *ctx
)
@@ -360,7 +362,7 @@ be_visitor_amh_operation_ss::generate_shared_section (be_decl *node,
<< response_handler_implementation_name.c_str ()
<< " (_tao_server_request)" << be_uidt_nl
<< ");" << be_uidt_nl
- << response_handler_name.c_str () << "_var _tao_rh = _tao_rh_ptr;"
+ << response_handler_name.c_str () << "_var _tao_rh = _tao_rh_ptr;"
<< be_nl;
// Make the upcall.