aboutsummaryrefslogtreecommitdiff
path: root/dep/src/sockets/Exception.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 16:20:24 -0700
committermaximius <none@none>2009-10-17 16:20:24 -0700
commit3f338cc1c328c7280957583b50598292cd8fb64b (patch)
treeca209c2cd024e3902b7844b3224bceff7c5bb570 /dep/src/sockets/Exception.cpp
parente585187b248f48b3c6e9247b49fa07c6565d65e5 (diff)
*Massive cleanup redux.
--HG-- branch : trunk
Diffstat (limited to 'dep/src/sockets/Exception.cpp')
-rw-r--r--dep/src/sockets/Exception.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/dep/src/sockets/Exception.cpp b/dep/src/sockets/Exception.cpp
index 33a7b4a133c..4d79aeef813 100644
--- a/dep/src/sockets/Exception.cpp
+++ b/dep/src/sockets/Exception.cpp
@@ -29,19 +29,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
namespace SOCKETS_NAMESPACE {
#endif
-
-
Exception::Exception(const std::string& description) : m_description(description)
{
}
-
const std::string Exception::ToString() const
{
return m_description;
}
-
#ifdef SOCKETS_NAMESPACE
} // namespace SOCKETS_NAMESPACE {
#endif