summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp b/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp
index a4e11e8837a..0cca17fb185 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.cpp
@@ -3,13 +3,13 @@
#ifndef TAO_ESF_BUSY_LOCK_CPP
#define TAO_ESF_BUSY_LOCK_CPP
-#include "ESF_Busy_Lock.h"
+#include "orbsvcs/ESF/ESF_Busy_Lock.h"
#if ! defined (__ACE_INLINE__)
-#include "ESF_Busy_Lock.i"
+#include "orbsvcs/ESF/ESF_Busy_Lock.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ESF, ESF_Busy_Lock, "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template<class T>
int TAO_ESF_Busy_Lock_Adapter<T>::remove (void)
@@ -59,4 +59,6 @@ int TAO_ESF_Busy_Lock_Adapter<T>::tryacquire_write (void)
return this->adaptee_->busy ();
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_ESF_BUSY_LOCK_CPP */