summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/ThreadException.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-08-29 03:05:35 +0000
committerMichi Henning <michi@zeroc.com>2006-08-29 03:05:35 +0000
commit867d62b25a8be3774677296dcd438da2ec6ea26c (patch)
treea337af523816a16f48851d084ce59d202e57eb68 /cpp/src/IceUtil/ThreadException.cpp
parentBugs 1339, 1325, 1335. (diff)
downloadice-867d62b25a8be3774677296dcd438da2ec6ea26c.tar.bz2
ice-867d62b25a8be3774677296dcd438da2ec6ea26c.tar.xz
ice-867d62b25a8be3774677296dcd438da2ec6ea26c.zip
Bug 1339.
Bug 1335 and 1325 for Ice-E.
Diffstat (limited to 'cpp/src/IceUtil/ThreadException.cpp')
-rw-r--r--cpp/src/IceUtil/ThreadException.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/IceUtil/ThreadException.cpp b/cpp/src/IceUtil/ThreadException.cpp
index c89c2f679f0..f3499758ea1 100644
--- a/cpp/src/IceUtil/ThreadException.cpp
+++ b/cpp/src/IceUtil/ThreadException.cpp
@@ -19,7 +19,7 @@ IceUtil::ThreadSyscallException::ThreadSyscallException(const char* file, int li
const char* IceUtil::ThreadSyscallException::_name = "IceUtil::ThreadSyscallException";
-const string
+string
IceUtil::ThreadSyscallException::ice_name() const
{
return _name;
@@ -87,7 +87,7 @@ IceUtil::ThreadLockedException::ThreadLockedException(const char* file, int line
const char* IceUtil::ThreadLockedException::_name = "IceUtil::ThreadLockedException";
-const string
+string
IceUtil::ThreadLockedException::ice_name() const
{
return _name;
@@ -112,7 +112,7 @@ IceUtil::ThreadStartedException::ThreadStartedException(const char* file, int li
const char* IceUtil::ThreadStartedException::_name = "IceUtil::ThreadStartedException";
-const string
+string
IceUtil::ThreadStartedException::ice_name() const
{
return _name;
@@ -137,7 +137,7 @@ IceUtil::ThreadNotStartedException::ThreadNotStartedException(const char* file,
const char* IceUtil::ThreadNotStartedException::_name = "IceUtil::ThreadNotStartedException";
-const string
+string
IceUtil::ThreadNotStartedException::ice_name() const
{
return _name;
@@ -163,7 +163,7 @@ IceUtil::BadThreadControlException::BadThreadControlException(const char* file,
const char* IceUtil::BadThreadControlException::_name = "IceUtil::BadThreadControlException";
-const string
+string
IceUtil::BadThreadControlException::ice_name() const
{
return _name;