summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
deleted file mode 100644
index 14363a16d6f..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
+++ /dev/null
@@ -1,26 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-namespace TAO_Notify
-{
- ACE_INLINE
- bool
- Topology_Object::is_changed () const
- {
- return this->self_changed_ | this->children_changed_;
- }
-
- ACE_INLINE
- bool
- Topology_Parent::child_change (ACE_ENV_SINGLE_ARG_DECL)
- {
- this->children_changed_ = true;
- return send_change (ACE_ENV_SINGLE_ARG_PARAMETER);
- }
-
-} // namespace TAO_Notify
-
-TAO_END_VERSIONED_NAMESPACE_DECL