Mercurial > hg > easaier-soundaccess
comparison data/fileio/HttpClient.cpp @ 95:ca3a5912fd78
extract the servlet name and put it in HttpClient
author | lbajardsilogic |
---|---|
date | Thu, 05 Jul 2007 16:31:31 +0000 |
parents | d32c0a79ba39 |
children | 40effd83ebcf |
comparison
equal
deleted
inserted
replaced
94:e9bc2730a7b5 | 95:ca3a5912fd78 |
---|---|
26 m_userProxyId = ""; | 26 m_userProxyId = ""; |
27 m_pwdProxyId = ""; | 27 m_pwdProxyId = ""; |
28 | 28 |
29 m_host = ""; | 29 m_host = ""; |
30 m_hostPort = 0; | 30 m_hostPort = 0; |
31 | |
32 m_servletName = "/easaier/servlet/MOQueryServlet"; | |
31 | 33 |
32 if (config->exists()) | 34 if (config->exists()) |
33 { | 35 { |
34 fromXmlString(config); | 36 fromXmlString(config); |
35 } | 37 } |