summaryrefslogtreecommitdiff
path: root/ace/File_Lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/File_Lock.cpp')
-rw-r--r--ace/File_Lock.cpp14
1 files changed, 3 insertions, 11 deletions
diff --git a/ace/File_Lock.cpp b/ace/File_Lock.cpp
index 5f227e5c4e8..038e0224820 100644
--- a/ace/File_Lock.cpp
+++ b/ace/File_Lock.cpp
@@ -9,6 +9,8 @@
ACE_RCSID(ace, File_Lock, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_ALLOC_HOOK_DEFINE(ACE_File_Lock)
void
@@ -67,14 +69,4 @@ ACE_File_Lock::~ACE_File_Lock (void)
this->remove (this->unlink_in_destructor_);
}
-// These are instantiated both with and without ACE_HAS_THREADS.
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-// template class ACE_Guard<ACE_File_Lock>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-// #pragma instantiate ACE_Guard<ACE_File_Lock>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+ACE_END_VERSIONED_NAMESPACE_DECL