Changeset 31194 in vbox
- Timestamp:
- Jul 29, 2010 8:37:44 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r31192 r31194 257 257 * possible by enabling the SOAP_C_UTFSTRING flag. 258 258 */ 259 soap_set_omode(m_soap, SOAP_IO_KEEPALIVE |SOAP_C_UTFSTRING);260 soap_set_imode(m_soap, SOAP_IO_KEEPALIVE |SOAP_C_UTFSTRING);259 soap_set_omode(m_soap, SOAP_IO_KEEPALIVE | SOAP_C_UTFSTRING); 260 soap_set_imode(m_soap, SOAP_IO_KEEPALIVE | SOAP_C_UTFSTRING); 261 261 m_soap->max_keep_alive = g_cMaxKeepAlive; 262 262
Note:
See TracChangeset
for help on using the changeset viewer.