VirtualBox

Ignore:
Timestamp:
Jan 28, 2009 12:25:26 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42130
Message:

webservice: logging improvements, optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.h

    r16122 r16301  
    220220    else
    221221    {
     222        // pRef->getComPtr returns a ComPtr<IUnknown>; by casting it to
     223        // ComPtr<T>, we implicitly do a queryInterface() call
    222224        if (pComPtr = pRef->getComPtr())
    223225            return 0;
    224226
    225         WEBDEBUG(("    Interface not support for object reference %s, which is of class %s\n", id.c_str(), pRef->getInterfaceName()));
     227        WEBDEBUG(("    Interface not supported for object reference %s, which is of class %s\n", id.c_str(), pRef->getInterfaceName()));
    226228        rc = VERR_WEB_UNSUPPORTED_INTERFACE;
    227229        RaiseSoapInvalidObjectFault(soap, id);      // @todo better message
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette