VirtualBox

Changeset 33540 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Main/webservice
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r31649 r33540  
    596596        $(APPEND) $@ done
    597597
    598 # copy the generated headers and stuff. This has to be a seperate rule if we
     598# copy the generated headers and stuff. This has to be a separate rule if we
    599599# want to use wildcard (all commands are expaned when the rule is evaluated).
    600600$(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts: $(VBOXWEB_OUT_DIR)/gsoap_generate_all_ts | $$(dir $$@)
  • trunk/src/VBox/Main/webservice/platform-xidl.xsl

    r29200 r33540  
    3535<!--
    3636    template for "idl" match; this emits the header of the target file
    37     and recurses into the librarys with interfaces (which are matched below)
     37    and recurses into the libraries with interfaces (which are matched below)
    3838    -->
    3939<xsl:template match="/idl">
  • trunk/src/VBox/Main/webservice/samples/java/jax-ws/metrictest.java

    r32394 r33540  
    217217        // Start metric collection
    218218        c.setup();
    219         // Obtain and print out stats continuosly until ctrl-C is pressed
     219        // Obtain and print out stats continuously until ctrl-C is pressed
    220220        while (true)
    221221        {
  • trunk/src/VBox/Main/webservice/samples/php/clienttest.php

    r32394 r33540  
    44 * Sample client for the VirtualBox webservice, written in PHP.
    55 *
    6  * Run the VirtualBox web service server first; see the VirtualBOx
     6 * Run the VirtualBox web service server first; see the VirtualBox
    77 * SDK reference for details.
    88 *
  • trunk/src/VBox/Main/webservice/types.txt

    r28823 r33540  
    2626(2) Java "Short" is signed 16-bit integer; since Java has no support for unsigned types, we need to use the
    2727    next bigger class, which is Integer, for IPRT uint16_t. Similarly for the other integer types.
    28 (3) PHP does not support unsigned integers; Size of integer is platform-dependant, usual value of at least 32-bits signed. Use float for numbers greeted that signed 32-bit int
     28(3) PHP does not support unsigned integers; Size of integer is platform-dependent, usual value of at least 32-bits signed. Use float for numbers greeted that signed 32-bit int
    2929
    3030
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r32780 r33540  
    363363
    364364        // enqueue the socket of this connection and post eventsem so that
    365         // one of the threads (possibly the one just creatd) can pick it up
     365        // one of the threads (possibly the one just created) can pick it up
    366366        m_llSocketsQ.push_back(s);
    367367        cItems = m_llSocketsQ.size();
     
    626626int main(int argc, char* argv[])
    627627{
    628     // intialize runtime
     628    // initialize runtime
    629629    int rc = RTR3Init();
    630630    if (RT_FAILURE(rc))
     
    718718#endif
    719719
    720     // intialize COM/XPCOM
     720    // initialize COM/XPCOM
    721721    HRESULT hrc = com::Initialize();
    722722    if (FAILED(hrc))
     
    11171117
    11181118/**
    1119  *  Authenticate the username and password against an authentification authority.
     1119 *  Authenticate the username and password against an authentication authority.
    11201120 *
    11211121 *  @return 0 if the user was successfully authenticated, or an error code
  • trunk/src/VBox/Main/webservice/websrv-wsdl.xsl

    r28800 r33540  
    4343    the return value, if one is present in the IDL (called "_return" to
    4444    avoid name clashes), together with all the "out" and "inout" arguments.
    45     Each of these messages, however, need to be independently declarared
     45    Each of these messages, however, need to be independently declared
    4646    using the "message" element outside of the "port type" declaration.
    4747
     
    882882<!--
    883883    template for "idl" match; this emits the header of the target file
    884     and recurses into the librarys with interfaces (which are matched below)
     884    and recurses into the libraries with interfaces (which are matched below)
    885885    -->
    886886<xsl:template match="/idl">
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