again trying to get host name

git-svn-id: svn://anubis/gvsu@154 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-09-18 01:19:37 +00:00
parent e517d04df1
commit aa97749483

View File

@ -97,6 +97,8 @@ public class ChatClient
}
public void run()
{
try
{
myListener = new ChatClientListener();
myRegistrationInfo =
@ -107,6 +109,12 @@ public class ChatClient
if (!register())
{
return;
}
}
catch (Exception e)
{
e.printStackTrace();
return;
}
/* Start a thread to listen for connections in */