Changeset 65088 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jan 3, 2017 8:52:49 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r64012 r65088 1536 1536 * 1537 1537 * @param soap 1538 * @param str1538 * @param pcsz 1539 1539 * @param extype 1540 1540 * @param ex … … 1607 1607 * Return a safe C++ string from the given COM UUID, 1608 1608 * without crashing if the UUID is empty. 1609 * @param bstr1609 * @param uuid 1610 1610 * @return 1611 1611 */ … … 1798 1798 * 1799 1799 * Preconditions: Caller must have locked g_pWebsessionsLockHandle. 1800 *1801 * @param username1802 * @param password1803 1800 */ 1804 1801 WebServiceSession::WebServiceSession() … … 1989 1986 * Preconditions: Caller must have locked g_pWebsessionsLockHandle. 1990 1987 * 1991 * @param p cupointer to a COM object.1988 * @param pObject pointer to a COM object. 1992 1989 * @return The existing ManagedObjectRef that represents the COM object, or NULL if there's none yet. 1993 1990 */ … … 2364 2361 * client to clean up itself. 2365 2362 * 2366 * @param 2367 * @param vbox__IWebsessionManager_USCORElogon2368 * @param vbox__IWebsessionManager_USCORElogonResponse2363 * @param soap 2364 * @param req 2365 * @param resp 2369 2366 * @return 2370 2367 */ … … 2454 2451 * hard-coded implementation for IWebsessionManager::logoff. 2455 2452 * 2456 * @param 2457 * @param vbox__IWebsessionManager_USCORElogon 2458 * @param vbox__IWebsessionManager_USCORElogonResponse 2453 * @param req 2454 * @param resp 2459 2455 * @return 2460 2456 */
Note:
See TracChangeset
for help on using the changeset viewer.