Changeset 40674 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Mar 28, 2012 12:05:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r39980 r40674 4021 4021 public void cleanup() 4022 4022 { 4023 disconnect(); 4023 4024 deinitPerThread(); 4024 4025 } … … 4054 4055 public void waitForEvents(long tmo) 4055 4056 { 4057 } 4058 4059 protected void finalize() throws Throwable 4060 { 4061 try { 4062 cleanup(); 4063 } catch(Exception e) { 4064 } 4065 finally { 4066 super.finalize(); 4067 } 4056 4068 } 4057 4069 }
Note:
See TracChangeset
for help on using the changeset viewer.