summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-06-13 16:13:38 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-06-13 16:13:38 +0000
commit53d5fd049c452b172cceea1d8dac748769034f08 (patch)
treec18c99f847624feb8fc6e4aecdf9e2596c4340bb /TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i
parent303de1936216d9f9fc3d98f116fd1ecec5811572 (diff)
downloadATCD-53d5fd049c452b172cceea1d8dac748769034f08.tar.gz
ChangeLogTag:Mon Jun 13 05:07:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i
index fcc386e30d5..7d02df695ea 100644
--- a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i
+++ b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.i
@@ -31,7 +31,7 @@ TAO_FlowSpec_Entry::parse_flow_protocol_string (const char *flow_string)
return 0;
if (ACE_OS::strcmp (flow_string,"") == 0)
- return 0;
+ return 0;
this->use_flow_protocol_ = 1;
// do some flow protocol processing.
@@ -185,9 +185,9 @@ TAO_FlowSpec_Entry::get_local_control_addr (void)
}
ACE_INLINE
-int
+int
TAO_FlowSpec_Entry::set_local_sec_addr (char** local_sec_addr,
- int size)
+ int size)
{
this->local_sec_addr_ = local_sec_addr;
this->num_local_sec_addrs_ = size;
@@ -195,23 +195,23 @@ TAO_FlowSpec_Entry::set_local_sec_addr (char** local_sec_addr,
}
ACE_INLINE
-char**
+char**
TAO_FlowSpec_Entry::get_local_sec_addr (void)
{
return this->local_sec_addr_;
}
ACE_INLINE
-int
+int
TAO_FlowSpec_Entry::num_local_sec_addrs (void)
{
return this->num_local_sec_addrs_;
}
ACE_INLINE
-int
+int
TAO_FlowSpec_Entry::set_peer_sec_addr (char** peer_sec_addr,
- int size)
+ int size)
{
this->peer_sec_addr_ = peer_sec_addr;
this->num_peer_sec_addrs_ = size;
@@ -219,14 +219,14 @@ TAO_FlowSpec_Entry::set_peer_sec_addr (char** peer_sec_addr,
}
ACE_INLINE
-char**
+char**
TAO_FlowSpec_Entry::get_peer_sec_addr (void)
{
return this->peer_sec_addr_;
}
ACE_INLINE
-int
+int
TAO_FlowSpec_Entry::num_peer_sec_addrs (void)
{
return this->num_peer_sec_addrs_;