added FIXME to commented out code.
This commit is contained in:
parent
68740da942
commit
32713d0cfb
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue