summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_LF_No_Upcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_On_LF_No_Upcall.h')
-rw-r--r--TAO/tao/Wait_On_LF_No_Upcall.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/tao/Wait_On_LF_No_Upcall.h b/TAO/tao/Wait_On_LF_No_Upcall.h
index 8c839eba3bc..d2ea3b899f8 100644
--- a/TAO/tao/Wait_On_LF_No_Upcall.h
+++ b/TAO/tao/Wait_On_LF_No_Upcall.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -13,7 +13,6 @@
#ifndef TAO_WAIT_ON_LF_NO_UPCALL_H
#define TAO_WAIT_ON_LF_NO_UPCALL_H
-
#include /**/ "ace/pre.h"
#include "tao/Wait_On_Leader_Follower.h"
@@ -22,10 +21,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
+
/**
* @class TAO_Wait_On_LF_No_Upcall
*
@@ -56,9 +54,5 @@ namespace TAO
virtual bool can_process_upcalls (void) const;
};
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
-
#endif /* TAO_WAIT_ON_LF_NO_UPCALL_H */