summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.i
blob: dccef239ec91ff3855078c0c33576958eee7ccb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
// $Id$

ACE_INLINE CORBA::UShort
TAO_SSLIOP_Profile::ssl_port (void) const
{
  return this->ssl_component_.port;
}

ACE_INLINE TAO_SSLIOP_Client_Connection_Handler *&
TAO_SSLIOP_Profile::ssl_hint(void)
{
  return this->ssl_hint_;
}