DDraceNetwork Docs
IServerBrowserHttp Class Referenceabstract

#include <serverbrowser_http.h>

Inheritance diagram for IServerBrowserHttp:
[legend]

Public Member Functions

virtual ~IServerBrowserHttp ()
 
virtual void Update ()=0
 
virtual bool IsRefreshing ()=0
 
virtual void Refresh ()=0
 
virtual bool GetBestUrl (const char **pBestUrl) const =0
 
virtual int NumServers () const =0
 
virtual const CServerInfoServer (int Index) const =0
 

Constructor & Destructor Documentation

◆ ~IServerBrowserHttp()

virtual IServerBrowserHttp::~IServerBrowserHttp ( )
inlinevirtual

Member Function Documentation

◆ GetBestUrl()

virtual bool IServerBrowserHttp::GetBestUrl ( const char **  pBestUrl) const
pure virtual

Implemented in CServerBrowserHttp.

◆ IsRefreshing()

virtual bool IServerBrowserHttp::IsRefreshing ( )
pure virtual

Implemented in CServerBrowserHttp.

◆ NumServers()

virtual int IServerBrowserHttp::NumServers ( ) const
pure virtual

Implemented in CServerBrowserHttp.

◆ Refresh()

virtual void IServerBrowserHttp::Refresh ( )
pure virtual

Implemented in CServerBrowserHttp.

◆ Server()

virtual const CServerInfo & IServerBrowserHttp::Server ( int  Index) const
pure virtual

Implemented in CServerBrowserHttp.

◆ Update()

virtual void IServerBrowserHttp::Update ( )
pure virtual

Implemented in CServerBrowserHttp.


The documentation for this class was generated from the following file: