summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/ThreadException.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceUtil/ThreadException.cpp')
-rw-r--r--cpp/src/IceUtil/ThreadException.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/IceUtil/ThreadException.cpp b/cpp/src/IceUtil/ThreadException.cpp
index 5cbd8326354..eb6a96f19b3 100644
--- a/cpp/src/IceUtil/ThreadException.cpp
+++ b/cpp/src/IceUtil/ThreadException.cpp
@@ -17,9 +17,9 @@ IceUtil::ThreadSyscallException::ThreadSyscallException(const char* file, int li
{
}
-string IceUtil::ThreadSyscallException::_name = "IceUtil::ThreadSyscallException";
+const char* IceUtil::ThreadSyscallException::_name = "IceUtil::ThreadSyscallException";
-const string&
+const char*
IceUtil::ThreadSyscallException::ice_name() const
{
return _name;
@@ -85,9 +85,9 @@ IceUtil::ThreadLockedException::ThreadLockedException(const char* file, int line
{
}
-string IceUtil::ThreadLockedException::_name = "IceUtil::ThreadLockedException";
+const char* IceUtil::ThreadLockedException::_name = "IceUtil::ThreadLockedException";
-const string&
+const char*
IceUtil::ThreadLockedException::ice_name() const
{
return _name;
@@ -110,9 +110,9 @@ IceUtil::ThreadStartedException::ThreadStartedException(const char* file, int li
{
}
-string IceUtil::ThreadStartedException::_name = "IceUtil::ThreadStartedException";
+const char* IceUtil::ThreadStartedException::_name = "IceUtil::ThreadStartedException";
-const string&
+const char*
IceUtil::ThreadStartedException::ice_name() const
{
return _name;
@@ -135,9 +135,9 @@ IceUtil::ThreadNotStartedException::ThreadNotStartedException(const char* file,
{
}
-string IceUtil::ThreadNotStartedException::_name = "IceUtil::ThreadNotStartedException";
+const char* IceUtil::ThreadNotStartedException::_name = "IceUtil::ThreadNotStartedException";
-const string&
+const char*
IceUtil::ThreadNotStartedException::ice_name() const
{
return _name;