summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UPIPE_Connector.h')
-rw-r--r--ace/UPIPE_Connector.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/UPIPE_Connector.h b/ace/UPIPE_Connector.h
index b98ab643c92..c2778f82a11 100644
--- a/ace/UPIPE_Connector.h
+++ b/ace/UPIPE_Connector.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -21,10 +21,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/SPIPE_Stream.h"
-
#if defined (ACE_HAS_THREADS)
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_UPIPE_Connector
*
@@ -102,10 +102,14 @@ public:
ACE_ALLOC_HOOK_DECLARE;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/UPIPE_Connector.inl"
#endif /* __ACE_INLINE__ */
#endif /* ACE_HAS_THREADS */
+
#include /**/ "ace/post.h"
+
#endif /* ACE_UPIPE_CONNECTOR_H */