repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use override/default for RTPortableServer
[ACE_TAO.git]
/
ACE
/
ace
/
Multihomed_INET_Addr.inl
blob
0dbad837588c0b55f5cb16065e64bc4d3e01fb02
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
// Accessor implementations
5
ACE_INLINE
6
size_t
7
ACE_Multihomed_INET_Addr::get_num_secondary_addresses() const
8
{
9
return this->secondaries_.size();
10
}
11
12
ACE_END_VERSIONED_NAMESPACE_DECL