summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor
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/tao/Monitor
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/tao/Monitor')
-rw-r--r--TAO/tao/Monitor/Monitor.pidl5
-rw-r--r--TAO/tao/Monitor/Monitor_Types.pidl5
2 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/Monitor/Monitor.pidl b/TAO/tao/Monitor/Monitor.pidl
index 798932fd136..1182d7b6e08 100644
--- a/TAO/tao/Monitor/Monitor.pidl
+++ b/TAO/tao/Monitor/Monitor.pidl
@@ -1,5 +1,8 @@
// $Id$
+#ifndef TAO_MONITOR_MONITOR_PIDL
+#define TAO_MONITOR_MONITOR_PIDL
+
#include "tao/Monitor/Monitor_Types.pidl"
module Monitor
@@ -54,3 +57,5 @@ module Monitor
void unregister_constraints (in ConstraintStructList constraint);
};
};
+
+#endif /* TAO_MONITOR_MONITOR_PIDL */
diff --git a/TAO/tao/Monitor/Monitor_Types.pidl b/TAO/tao/Monitor/Monitor_Types.pidl
index de9a67f57dd..32fe74f6dc2 100644
--- a/TAO/tao/Monitor/Monitor_Types.pidl
+++ b/TAO/tao/Monitor/Monitor_Types.pidl
@@ -1,5 +1,8 @@
// $Id$
+#ifndef TAO_MONITOR_MONITOR_TYPES_PIDL
+#define TAO_MONITOR_MONITOR_TYPES_PIDL
+
#include "tao/TimeBase.pidl"
#include "tao/StringSeq.pidl"
@@ -47,3 +50,5 @@ module Monitor
};
typedef sequence<ConstraintStruct> ConstraintStructList;
};
+
+#endif /* TAO_MONITOR_MONITOR_TYPES_PIDL */