ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/RunHost.java
Revision: 1.2
Committed: Wed Jan 24 01:25:59 2001 UTC (23 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Just a few minor formatting issues. I don't think we need it to blurt the UDP
packet out all the time... :)
Also changed "Sending UDP Packet" to "." and "Sending Heartbeat" to "+", with no
println, just print. Looks much neater.

File Contents

# User Rev Content
1 ab11 1.1 class RunHost {
2    
3     public static void main( String[] args){
4    
5     while ( true ){
6 tdb 1.2 JavaHost host = new JavaHost(args[0], 4567);
7 ab11 1.1 }
8    
9     } // psvm
10    
11    
12    
13 tdb 1.2 } // class