mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
13 lines
233 B
C++
13 lines
233 B
C++
// -*- C++ -*-
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
// Accessor implementations
|
|
ACE_INLINE
|
|
size_t
|
|
ACE_Multihomed_INET_Addr::get_num_secondary_addresses() const
|
|
{
|
|
return this->secondaries_.size();
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|