ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/HttpHandler.cpp
(Generate patch)

Comparing trunk/Search/HttpHandler.cpp (file contents):
Revision 1 by douglas, 2002-12-04T20:22:59-08:00 vs.
Revision 7 by douglas, 2002-12-04T22:05:30-08:00

# Line 65 | Line 65 | HttpHandler::HttpHandler()
65  
66          begin = 0;
67  
68 <        setJarPath();
68 > //      setJarPath();
69  
70   //      options[0].optionString = jarPath;
71   //      memset(&vm_args, 0, sizeof (vm_args));
# Line 175 | Line 175 | void HttpHandler::clear()
175          page = "";
176   }
177  
178 < void HttpHandler::setJarPath()
178 > /*void HttpHandler::setJarPath()
179   {
180          const string jarFile = "HttpConnector.jar";
181          string jarFilePath = jarFile;
# Line 246 | Line 246 | void HttpHandler::setJarPath()
246  
247   //      this->jarPath = new char[jarPath.length()];
248   //      strcpy(this->jarPath, jarPath.c_str());
249 < }
249 > }*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines