summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/HTTPS_URL.inl
blob: 3c63508f070116c8e6364f80f939dcdbf7a5ebdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// -*- C++ -*-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL

namespace ACE
{
  namespace HTTPS
  {

    ACE_INLINE
    const ACE_CString& URL::get_scheme () const
      {
        return protocol ();
      }

    ACE_INLINE
    u_short URL::default_port () const
      {
        return HTTPS_PORT;
      }

  }
}

ACE_END_VERSIONED_NAMESPACE_DECL