Blame view

central_clearing_system/ETradeClient/browser/error_page.h 400 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ETRADECLIENT_BROWSER_ERROR_PAGE_H_INCLUDED
#define ETRADECLIENT_BROWSER_ERROR_PAGE_H_INCLUDED

#include <string>

#include "include/internal/cef_types.h"

namespace ErrorPage{
	std::string ToErrorString(cef_errorcode_t code);
	std::wstring Url(const std::string& failed_url, cef_errorcode_t error_code, const std::string& other_info);
}

#endif  // ETRADECLIENT_BROWSER_ERROR_PAGE_H_INCLUDED