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.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/ace/UPIPE_Addr.h b/ace/UPIPE_Addr.h
deleted file mode 100644
index acdec342fe1..00000000000
--- a/ace/UPIPE_Addr.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* -*- C++ -*- */
-
-
-//=============================================================================
-/**
- * @file UPIPE_Addr.h
- *
- * $Id$
- *
- * @author Doug Schmidt
- */
-//=============================================================================
-
-
-#ifndef ACE_UPIPE_ADDR_H
-#define ACE_UPIPE_ADDR_H
-#include "ace/pre.h"
-
-#include "ace/SPIPE_Addr.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-typedef ACE_SPIPE_Addr ACE_UPIPE_Addr;
-
-#include "ace/post.h"
-#endif /* ACE_UPIPE_ADDR_H */