/[classpath]/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java
ViewVC logotype

Diff of /classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by audriusa, Mon Oct 10 22:52:40 2005 UTC revision 1.4 by audriusa, Mon Oct 10 23:06:53 2005 UTC
# Line 76  public class Demo Line 76  public class Demo
76        }        }
77      }.start();      }.start();
78    
79        System.out.print("Waiting for the server to start ");
80      while (!ior.exists())      while (!ior.exists())
81        {        {
         System.out.print("Waiting for for the server to start ");  
82          // Pause some time for the server to start.          // Pause some time for the server to start.
83          try          try
84            {            {
# Line 90  public class Demo Line 90  public class Demo
90          System.out.print(".");          System.out.print(".");
91        }        }
92      System.out.println("ok.");      System.out.println("ok.");
93        System.out.println();    
94    
95      // Test the stream oriented communication.      // Test the stream oriented communication.
96      DirectTest.main(args);      DirectTest.main(args);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26