added FIXME to commented out code.

This commit is contained in:
crs 2002-06-18 18:33:59 +00:00
parent 68740da942
commit 32713d0cfb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ CString
XSocketAddress::getWhat() const throw()
{
return "no address";
/*
/* FIXME
return format("XSocketAddress", "no address: %1:%2",
m_hostname.t_str(),
CString::sprintf("%d", m_port).t_str());