VirtualBox

Ignore:
Timestamp:
Feb 15, 2010 5:34:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57732
Message:

Main: backing out r57728 + r57730 which burn on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImplTeleporter.cpp

    r26550 r26553  
    894894 * @param   aProgress       Where to return the progress object.
    895895 */
    896 STDMETHODIMP Console::Teleport(IN_BSTR aHostname,
    897                                ULONG aPort,
    898                                IN_BSTR aPassword,
    899                                ULONG aMaxDowntime,
    900                                IProgress **aProgress)
     896STDMETHODIMP
     897Console::Teleport(IN_BSTR aHostname, ULONG aPort, IN_BSTR aPassword, ULONG aMaxDowntime, IProgress **aProgress)
    901898{
    902899    /*
     
    906903    CheckComArgOutPointerValid(aProgress);
    907904    CheckComArgStrNotEmptyOrNull(aHostname);
     905    CheckComArgNotNull(aHostname);
    908906    CheckComArgExprMsg(aPort, aPort > 0 && aPort <= 65535, ("is %u", aPort));
    909907    CheckComArgExprMsg(aMaxDowntime, aMaxDowntime > 0, ("is %u", aMaxDowntime));
Note: See TracChangeset for help on using the changeset viewer.

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