65 |
|
|
66 |
|
begin = 0; |
67 |
|
|
68 |
< |
setJarPath(); |
68 |
> |
// setJarPath(); |
69 |
|
|
70 |
|
// options[0].optionString = jarPath; |
71 |
|
// memset(&vm_args, 0, sizeof (vm_args)); |
96 |
|
// delete [] jarPath; |
97 |
|
} |
98 |
|
|
99 |
< |
bool HttpHandler::connect(URL& url) |
99 |
> |
bool HttpHandler::connect(URL &url, bool head) |
100 |
|
{ |
101 |
|
bool answer = false; |
102 |
|
|
175 |
|
page = ""; |
176 |
|
} |
177 |
|
|
178 |
< |
void HttpHandler::setJarPath() |
178 |
> |
/*void HttpHandler::setJarPath() |
179 |
|
{ |
180 |
|
const string jarFile = "HttpConnector.jar"; |
181 |
|
string jarFilePath = jarFile; |
246 |
|
|
247 |
|
// this->jarPath = new char[jarPath.length()]; |
248 |
|
// strcpy(this->jarPath, jarPath.c_str()); |
249 |
< |
} |
249 |
> |
}*/ |