summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UPIPE_Addr.h')
-rw-r--r--ace/UPIPE_Addr.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/ace/UPIPE_Addr.h b/ace/UPIPE_Addr.h
index 75f948c6bf5..2b4d3040527 100644
--- a/ace/UPIPE_Addr.h
+++ b/ace/UPIPE_Addr.h
@@ -1,4 +1,5 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
+
//=============================================================================
/**
@@ -13,7 +14,6 @@
#ifndef ACE_UPIPE_ADDR_H
#define ACE_UPIPE_ADDR_H
-
#include /**/ "ace/pre.h"
#include "ace/SPIPE_Addr.h"
@@ -22,12 +22,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
typedef ACE_SPIPE_Addr ACE_UPIPE_Addr;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
-
#endif /* ACE_UPIPE_ADDR_H */