ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java (file contents):
Revision 1.1 by tdb, Sat Feb 3 04:51:50 2001 UTC vs.
Revision 1.4 by tdb, Mon Feb 5 20:45:32 2001 UTC

# Line 23 | Line 23 | public class ClientMain {
23              CorbaClientListener lRef = CorbaClientListenerHelper.narrow(o);
24  
25              boolean result;
26 <            CorbaHandler handler = lRef.connect("CorbaTest", client);
26 >            System.out.println(" -- connecting -- ");
27 >            CorbaControlHandler handler = lRef.connect(client);
28 >            System.out.println(" -- starting data -- ");
29              result = handler.startData();
30 <            System.out.println(result);
31 <            Thread.sleep(15000);
32 <            result = handler.stopData();
33 <            System.out.println(result);
34 <
30 >            //System.out.println(" -- sleep for 30s -- ");
31 >            //Thread.sleep(30000);
32 >            //System.out.println(" -- stopping data -- ");
33 >            //result = handler.stopData();
34 >            //Thread.sleep(2000);
35 >            //System.out.println(" -- completed -- ");
36              _refman.getORB().run();
37  
38          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines