summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-02 13:52:08 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-02 13:52:08 +0000
commit23b483f1b6e4ae61957d71b79b5ff5d18f2ba6ec (patch)
tree3de008899048e01a8e0b579bcca00ba973bf3dc8 /TAO/orbsvcs/orbsvcs/FtRtEvent
parentc6e79b303fd7cbd2d58afdeb221599da12d66340 (diff)
downloadATCD-23b483f1b6e4ae61957d71b79b5ff5d18f2ba6ec.tar.gz
Wed Jun 2 13:12:16 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
* orbsvcs/orbsvcs/Log/EventLogNotification.h: * orbsvcs/orbsvcs/Log/NotifyLogNotification.h: * orbsvcs/orbsvcs/Log/RTEventLogNotification.h: * orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp: * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Read.cpp: * orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.h: * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Write.cpp: * orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp: * orbsvcs/orbsvcs/ESF/ESF_Shutdown_Proxy.cpp: * orbsvcs/orbsvcs/ESF/ESF_Immediate_Changes.inl: * orbsvcs/orbsvcs/Event/EC_Kokyu_Filter_Builder.h: * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h: * orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h: * orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp: * orbsvcs/orbsvcs/IFRService/ValueDef_i.h: * tao/AnyTypeCode/Recursive_Type_TypeCode.h: * tao/AnyTypeCode/Any_Impl_T.cpp: * tao/AnyTypeCode/String_TypeCode_Traits.h: * tao/AnyTypeCode/TypeCode_Value_Field.h: * tao/AnyTypeCode/Any_Basic_Impl_T.cpp: * tao/PortableServer/Any_SArg_Traits.h: * tao/PortableServer/Special_Basic_SArguments.h: * tao/PortableServer/Var_Size_SArgument_T.cpp: * tao/PortableServer/Basic_SArguments.h: * tao/PortableServer/TypeCode_SArg_Traits.h: * tao/PortableServer/BD_String_SArgument_T.cpp: * tao/PortableServer/Object_SArg_Traits.h: * tao/Var_Size_Argument_T.cpp: * tao/Var_Array_Argument_T.cpp: * tao/String_Sequence_Element_T.h: * tao/Object_Reference_Sequence_Element_T.h: * tao/Array_VarOut_T.h: * tao/Special_Basic_Arguments.h: * tao/Pseudo_VarOut_T.inl: * tao/Seq_Var_T.h: * tao/BD_String_Argument_T.cpp: * tao/Seq_Out_T.h: * tao/Object_T.cpp: * tao/Valuetype/Valuetype_Sequence_Element_T.h: * tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * tao/RTScheduling/ThreadAction.h: * tao/UB_String_Argument_T.h: * tao/Fixed_Array_Argument_T.h: Added missing include directives. * orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h: * orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h: * orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.h: * orbsvcs/orbsvcs/ESF/ESF_Delayed_Command.h: * orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.h: * orbsvcs/orbsvcs/Event/EC_Busy_Lock.h: * orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h: * tao/AnyTypeCode/TypeCode_Struct_Field.h: * tao/default_environment.h: * tao/PortableServer/SArg_Traits_T.h: * tao/PortableServer/Servant_Location.h: * tao/VarOut_T.h: * tao/Value_Traits_T.h: * tao/Auto_Functor.h: * tao/Arg_Traits_T.h: * tao/TAO_Internal.h: Added missing include of tao/Versioned_Namespace.h. * orbsvcs/orbsvcs/AV/Resource_Factory.h: Fixed misspelt inclusion guard. * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h: * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.inl: * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.h: Removed these files as they are not included in any library and are duplicated partly in FT_ClientPolicy* and partly in FT_ServerPolicy* files. * orbsvcs/orbsvcs/FaultTolerance/FT_ORBInitializer.h: Corrected include file. * tao/AnyTypeCode/Any_Arg_Traits.h: * tao/AnyTypeCode/TypeCode_Case_Base_T.h: Added missing includes and removed unnecessary in this case forward declarations. * tao/Monitor/Monitor_Types.pidl: * tao/Monitor/Monitor.pidl Added inclusion guards. * orbsvcs/orbsvcs/Notify/Save_Persist_Worker_T.h: * tao/Exception_Data.h: Added forward declarations neccessary for compilation.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h3
5 files changed, 11 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp
index 88fb48cab74..48efde46c4a 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp
@@ -1,5 +1,7 @@
// $Id$
+#include "ace/INET_Addr.h"
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <ACE_PEER_STREAM_1>
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
index 5eed0465310..362604c7599 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
@@ -2,6 +2,7 @@
#include "orbsvcs/FtRtEvent/EventChannel/IOGR_Maker.h"
#include "orbsvcs/FtRtEvent/EventChannel/Replication_Service.h"
+#include "tao/PortableServer/POAC.h"
#include "ace/Synch_T.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h
index 1b0dc0bc02d..bf93b46a46c 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h
@@ -13,6 +13,8 @@
#ifndef SCOPEGUARD_H_
#define SCOPEGUARD_H_
+#include /**/ "tao/Versioned_Namespace.h"
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <class T>
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h
index c9fa2c626bd..7804fcfda07 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h
@@ -13,6 +13,9 @@
#include "tao/Versioned_Namespace.h"
+#include "orbsvcs/FtRtecEventCommC.h"
+#include "tao/PortableServer/POAC.h"
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<class T>
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
index c09ee873041..c5944651d37 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
@@ -13,6 +13,9 @@
#include "tao/Versioned_Namespace.h"
+#include "tao/ORB.h"
+#include "tao/Object.h"
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<class T>