// Filename: virtualFileMountHTTP.I // Created by: drose (30Oct08) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. You should have received a copy of this license along // with this source code in a file named "LICENSE." // //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// // Function: VirtualFileMountHTTP::get_http_client // Access: Published // Description: Returns the HTTPClient object that services this // mount point. //////////////////////////////////////////////////////////////////// INLINE HTTPClient *VirtualFileMountHTTP:: get_http_client() const { return _http; } //////////////////////////////////////////////////////////////////// // Function: VirtualFileMountHTTP::get_root // Access: Published // Description: Returns the URL that represents the root of this // mount point. //////////////////////////////////////////////////////////////////// INLINE const URLSpec &VirtualFileMountHTTP:: get_root() const { return _root; }