1#ifndef ENGINE_CLIENT_SERVERBROWSER_HTTP_H
2#define ENGINE_CLIENT_SERVERBROWSER_HTTP_H
20 virtual bool GetBestUrl(
const char **pBestUrl)
const = 0;
Definition: serverbrowser.h:23
Definition: serverbrowser_http.h:11
virtual int NumServers() const =0
virtual ~IServerBrowserHttp()
Definition: serverbrowser_http.h:13
virtual bool IsRefreshing()=0
virtual bool GetBestUrl(const char **pBestUrl) const =0
virtual const CServerInfo & Server(int Index) const =0
IServerBrowserHttp * CreateServerBrowserHttp(IEngine *pEngine, IStorage *pStorage, IHttp *pHttp, const char *pPreviousBestUrl)
Definition: serverbrowser_http.cpp:532