summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
index 1165b23bb44..bd60a6d6a10 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp
@@ -1,11 +1,17 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
// $Id$
#include "TypeCodeFactory_i.h"
+
#include "tao/IFR_Client/IFR_BasicC.h"
#include "tao/Marshal.h"
-ACE_RCSID(TypeCodeFactory, TypeCodeFactory_i, "$Id$")
+#include "ace/Containers_T.h"
+#include "ace/Hash_Map_Manager_T.h"
+
+ACE_RCSID (TypeCodeFactory,
+ TypeCodeFactory_i,
+ "$Id$")
TAO_TypeCodeFactory_i::TAO_TypeCodeFactory_i (void)
{
@@ -1457,4 +1463,3 @@ template class ACE_Bounded_Set_Iterator<CORBA::ULong>;
#pragma instantiate ACE_Bounded_Set_Iterator<CORBA::ULong>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-