summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/HTTPS_URL.inl
blob: 4502825a57c206d4b7d5367bb46b5093895bd447 (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
25
26
27
// -*- C++ -*-
//
// $Id$

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