summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface_strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface_strategy.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface_strategy.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_interface_strategy.cpp b/TAO/TAO_IDL/be/be_interface_strategy.cpp
index 67f01a66dc8..11c35748ae8 100644
--- a/TAO/TAO_IDL/be/be_interface_strategy.cpp
+++ b/TAO/TAO_IDL/be/be_interface_strategy.cpp
@@ -17,11 +17,14 @@
//
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
+#include "be_interface_strategy.h"
+#include "be_interface.h"
+#include "be_extern.h"
+#include "utl_identifier.h"
-ACE_RCSID(be, be_interface_strategy, "$Id$")
+ACE_RCSID (be,
+ be_interface_strategy,
+ "$Id$")
be_interface_strategy::be_interface_strategy (be_interface *node,
@@ -123,6 +126,7 @@ be_interface_strategy::compute_coll_names (int type,
static const char *collocated_names[] = {"_tao_thru_poa_collocated_",
"_tao_direct_collocated_"};
static const char *poa = "POA_";
+
// Reserve enough room for the "POA_" prefix, the "_tao_collocated_"
// prefix and the local name and the (optional) "::"
const char *collocated = collocated_names[type];