VirtualBox

Changeset 56306 in vbox


Ignore:
Timestamp:
Jun 9, 2015 6:01:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100892
Message:

Main/glue/glue-java.xsl: add method VirtualBoxManager.getClientAPIVersion(), which can be useful for API clients supporting several client binding versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r53939 r56306  
    31703170    }
    31713171
     3172    public String getClientAPIVersion()
     3173    {
     3174        return "]]></xsl:text>
     3175    <xsl:value-of select="substring($G_vboxApiSuffix, 2)" />
     3176    <xsl:text><![CDATA[";
     3177    }
     3178
    31723179    public IVirtualBox getVBox()
    31733180    {
     
    38343841    {
    38353842        throw new VBoxException("Disconnect doesn't make sense for local bindings");
     3843    }
     3844
     3845    public String getClientAPIVersion()
     3846    {
     3847        return "]]></xsl:text>
     3848    <xsl:value-of select="substring($G_vboxApiSuffix, 2)" />
     3849    <xsl:text><![CDATA[";
    38363850    }
    38373851
     
    46194633    }
    46204634
     4635    public String getClientAPIVersion()
     4636    {
     4637        return "]]></xsl:text>
     4638    <xsl:value-of select="substring($G_vboxApiSuffix, 2)" />
     4639    <xsl:text><![CDATA[";
     4640    }
     4641
    46214642    public IVirtualBox getVBox()
    46224643    {
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