Commit 361d888b authored by claes's avatar claes

Outunit disconnect removed

parent 3d414b03
/* /*
* Proview $Id: MhServer.java,v 1.6 2007-01-30 06:49:38 claes Exp $ * Proview $Id: MhServer.java,v 1.7 2007-07-20 08:45:16 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -364,9 +364,11 @@ public class MhServer ...@@ -364,9 +364,11 @@ public class MhServer
{ {
super.finalize(); super.finalize();
/* Qcom might no be alive...
System.out.println("innan disconnect"); System.out.println("innan disconnect");
PwrtStatus stsM = mh.outunitDisConnect(); PwrtStatus stsM = mh.outunitDisConnect();
System.out.println("Status disconnect " + stsM.getSts()); System.out.println("Status disconnect " + stsM.getSts());
*/
} }
private class MhSendThread extends Thread private class MhSendThread extends Thread
......
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