VirtualBox

Changeset 46478 in vbox for trunk/doc


Ignore:
Timestamp:
Jun 10, 2013 4:31:35 PM (12 years ago)
Author:
vboxsync
Message:

libs/xpcom: touch up Java XPCOM wrapper generation, new common exception handlin
g model
Main/glue: Java glue code with better exception handling, indentation/coding style fixes both in the XSLT and the generated code, touched up Java sample code showing exception handling and getting all error information, Python indentation/whitespace cleanup
Main/idl: make more interfaces available over the webservice, some minor docs changes, whitespace cleanup
Main/webservice: redo error reporting through exceptions, no longer loses error
information, allow more fine-grained suppression of methods/attributed, touched up C++ webservice sample code to support showing the full error information, build system changes to prepare for incremental Java compilation, indentation fixesFrontends/VBoxShell: minor cleanups, coding style fixes, indentation fixes, elim
inate warnings

File:
1 edited

Legend:

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

    r45816 r46478  
    34483448      SOAP case it's possible to create several VirtualBoxManager instances to
    34493449      communicate with multiple VirtualBox hosts. <programlisting>
    3450           import org.virtualbox_3_3.*;
     3450          import org.virtualbox_4_3.*;
    34513451          ....
    34523452          VirtualBoxManager mgr = VirtualBoxManager.createInstance(null);
     
    34733473        </programlisting> For more a complete example, see
    34743474      <computeroutput>TestVBox.java</computeroutput>, shipped with the
    3475       SDK.</para>
     3475      SDK. It contains exception handling and error printing code, which
     3476      is important for reliable larger scale projects.</para>
    34763477    </sect1>
    34773478  </chapter>
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