summaryrefslogtreecommitdiff
path: root/ACE/ace/Addr.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-20 12:43:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-20 12:43:29 +0000
commit8021c6af212010b9971f15fde365e370d0abfc31 (patch)
treee7579f7b3a97258189ac174b955a09d516c4e1b3 /ACE/ace/Addr.h
parent8ec951aa5e4f505ff8330453e89b6de00d5db15d (diff)
downloadATCD-8021c6af212010b9971f15fde365e370d0abfc31.tar.gz
Thu Mar 20 12:42:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Addr.h')
-rw-r--r--ACE/ace/Addr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Addr.h b/ACE/ace/Addr.h
index 530fb87c17f..4641aed9f12 100644
--- a/ACE/ace/Addr.h
+++ b/ACE/ace/Addr.h
@@ -34,8 +34,7 @@ class ACE_Export ACE_Addr
public:
// = Initialization and termination methods.
/// Initializes instance variables.
- ACE_Addr (int type = -1,
- int size = -1);
+ ACE_Addr (int type = -1, int size = -1);
/// Destructor.
virtual ~ACE_Addr (void);