VirtualBox

Changeset 99782 in vbox


Ignore:
Timestamp:
May 12, 2023 2:53:20 PM (21 months ago)
Author:
vboxsync
Message:

Guest Control/Main: Marked IGuestSession::waitFor() and IGuestProcess::waitFor() as being deprecated; we have the waitForArray() methods for that (don't use flags as parameters). bugref:9320

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r99277 r99782  
    41764176          See <link linkend="IGuestSession__fsQueryInfo">IGuestSession::fsQueryInfo</link> and
    41774177          <link linkend="IGuestSession__fsQueryFreeSpace">IGuestSession::fsQueryFreeSpace</link> for more information.</para>
     4178        </listitem>
     4179
     4180        <listitem><para>The APIs <link linkend="IGuestSession__waitFor">IGuestSession::waitFor</link> and
     4181          <link linkend="IGuestProcess__waitFor">IGuestProcess::waitFor</link> are now marked
     4182          as being deprecated. Use <link linkend="IGuestSession__waitForArray">IGuestSession::waitForArray</link>
     4183          and <link linkend="IGuestProcess__waitForArray">IGuestProcess::waitForArray</link> instead.</para>
    41784184        </listitem>
    41794185
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r99781 r99782  
    1620216202      <desc>
    1620316203        Waits for one or more events to happen.
     16204        <note>
     16205          Deprecated and will be removed. Use <link to="IGuestSession::waitForArray"/> instead.
     16206        </note>
    1620416207      </desc>
    1620516208      <param name="waitFor" type="unsigned long" dir="in">
     
    1630416307      <desc>
    1630516308        Waits for one or more events to happen.
     16309        <note>
     16310          Deprecated and will be removed. Use <link to="IProcess::waitForArray"/> instead.
     16311        </note>
    1630616312      </desc>
    1630716313      <param name="waitFor" type="unsigned long" dir="in">
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r99392 r99782  
    21462146}
    21472147
     2148/* Deprecated; use GuestProcess::waitForArray() instead. */
    21482149HRESULT GuestProcess::waitFor(ULONG aWaitFor, ULONG aTimeoutMS, ProcessWaitResult_T *aReason)
    21492150{
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r99416 r99782  
    52525252}
    52535253
     5254/* Deprecated; use GuestSession::waitForArray() instead. */
    52545255HRESULT GuestSession::waitFor(ULONG aWaitFor, ULONG aTimeoutMS, GuestSessionWaitResult_T *aReason)
    52555256{
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