Changeset 56306 in vbox
- Timestamp:
- Jun 9, 2015 6:01:46 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r53939 r56306 3170 3170 } 3171 3171 3172 public String getClientAPIVersion() 3173 { 3174 return "]]></xsl:text> 3175 <xsl:value-of select="substring($G_vboxApiSuffix, 2)" /> 3176 <xsl:text><![CDATA["; 3177 } 3178 3172 3179 public IVirtualBox getVBox() 3173 3180 { … … 3834 3841 { 3835 3842 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["; 3836 3850 } 3837 3851 … … 4619 4633 } 4620 4634 4635 public String getClientAPIVersion() 4636 { 4637 return "]]></xsl:text> 4638 <xsl:value-of select="substring($G_vboxApiSuffix, 2)" /> 4639 <xsl:text><![CDATA["; 4640 } 4641 4621 4642 public IVirtualBox getVBox() 4622 4643 {
Note:
See TracChangeset
for help on using the changeset viewer.