summaryrefslogtreecommitdiff
path: root/protocols/ace/HTBP/HTBP_Notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/HTBP/HTBP_Notifier.h')
-rw-r--r--protocols/ace/HTBP/HTBP_Notifier.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/ace/HTBP/HTBP_Notifier.h b/protocols/ace/HTBP/HTBP_Notifier.h
index f0ef01b1f25..0c9dcffa2ed 100644
--- a/protocols/ace/HTBP/HTBP_Notifier.h
+++ b/protocols/ace/HTBP/HTBP_Notifier.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -22,6 +22,8 @@
#include "HTBP_Export.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace ACE
{
namespace HTBP
@@ -46,5 +48,7 @@ namespace ACE
}
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_HTBP_NOTIFIER_H */