- Timestamp:
- Mar 26, 2013 2:54:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r43869 r45195 11 11 VirtualBox.xidl. 12 12 13 Copyright (C) 2010-201 2Oracle Corporation13 Copyright (C) 2010-2013 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as … … 3966 3966 { 3967 3967 try { 3968 if (this.vbox != null) 3968 if ( this.vbox != null 3969 && port != null) 3969 3970 port.iWebsessionManagerLogoff(this.vbox.getWrapped()); 3970 3971 } catch (InvalidObjectFaultMsg e) {
Note:
See TracChangeset
for help on using the changeset viewer.