aboutsummaryrefslogtreecommitdiff
path: root/dep/src/sockets/Exception.cpp
diff options
context:
space:
mode:
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