mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 12:25:07 +08:00
added FIXME to commented out code.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user