Kaydet (Commit) 0e4981fc authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev16 (1.2.12); FILE MERGED

2004/02/03 15:00:10 sw 1.2.12.1: #114831#
üst cd4acade
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: BasicHandler.java,v $ * $RCSfile: BasicHandler.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-11-18 16:13:01 $ * last change:$Date: 2004-03-19 14:28:06 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -338,6 +338,8 @@ public class BasicHandler implements XServiceInfo, XSingleServiceFactory { ...@@ -338,6 +338,8 @@ public class BasicHandler implements XServiceInfo, XSingleServiceFactory {
if (!container.hasByName("BASIC_Done")) { if (!container.hasByName("BASIC_Done")) {
System.out.println("Operation timed out."); System.out.println("Operation timed out.");
throw new BasicException(
"Operation timed out.");
} }
Object res = container.getByName("BASIC_Done") ; Object res = container.getByName("BASIC_Done") ;
...@@ -415,7 +417,8 @@ public class BasicHandler implements XServiceInfo, XSingleServiceFactory { ...@@ -415,7 +417,8 @@ public class BasicHandler implements XServiceInfo, XSingleServiceFactory {
public synchronized void dispose() { public synchronized void dispose() {
try { try {
if (oHandlerDoc != null) { if (oHandlerDoc != null) {
oHandlerDoc.dispose(); //oHandlerDoc.dispose();
util.DesktopTools.closeDoc(oHandlerDoc);
wait(1000); wait(1000);
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment