summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp17
1 files changed, 8 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp b/TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp
index b51648f5f68..5398387800c 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp
@@ -3,22 +3,19 @@
#ifndef TAO_ESF_DELAYED_CHANGES_CPP
#define TAO_ESF_DELAYED_CHANGES_CPP
-#include "ESF_Delayed_Changes.h"
+#include "orbsvcs/ESF/ESF_Delayed_Changes.h"
#if ! defined (__ACE_INLINE__)
-#include "ESF_Delayed_Changes.i"
+#include "orbsvcs/ESF/ESF_Delayed_Changes.i"
#endif /* __ACE_INLINE__ */
-#include "ESF_Defaults.h"
-#include "ESF_Worker.h"
-#include "ESF_Delayed_Command.h"
+#include "orbsvcs/ESF/ESF_Defaults.h"
+#include "orbsvcs/ESF/ESF_Worker.h"
+#include "orbsvcs/ESF/ESF_Delayed_Command.h"
#include "ace/Functor.h"
-ACE_RCSID(ESF,
- ESF_Delayed_Changes,
- "$Id$")
-
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// ****************************************************************
@@ -214,4 +211,6 @@ TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_ESF_DELAYED_CHANGES_CPP */