예제 #1
0
void
BHttpRequest::SetHeaders(const BHttpHeaders& headers)
{
	AdoptHeaders(new(std::nothrow) BHttpHeaders(headers));
}
예제 #2
0
void
BHttpRequest::SetHeaders(const BHttpHeaders& headers)
{
	AdoptHeaders(new BHttpHeaders(headers));
}