diff options
author | Michi Henning <michi@zeroc.com> | 2006-08-29 03:04:58 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-08-29 03:04:58 +0000 |
commit | 327084b84b81bc4b9c8f7dfbb786da604b0856b7 (patch) | |
tree | 18b8e7569c894f453dd83755bd9394ee334ae342 /cppe/src/IceE/ThreadException.cpp | |
parent | Use .obj instead of .o (diff) | |
download | ice-327084b84b81bc4b9c8f7dfbb786da604b0856b7.tar.bz2 ice-327084b84b81bc4b9c8f7dfbb786da604b0856b7.tar.xz ice-327084b84b81bc4b9c8f7dfbb786da604b0856b7.zip |
Bugs 1339, 1325, 1335.
Added missing -I to chatC and mfcchatC projects.
Diffstat (limited to 'cppe/src/IceE/ThreadException.cpp')
-rw-r--r-- | cppe/src/IceE/ThreadException.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppe/src/IceE/ThreadException.cpp b/cppe/src/IceE/ThreadException.cpp index cfd14f6d1e2..0d327c87ed7 100644 --- a/cppe/src/IceE/ThreadException.cpp +++ b/cppe/src/IceE/ThreadException.cpp @@ -20,7 +20,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; @@ -92,7 +92,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; @@ -117,7 +117,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; @@ -142,7 +142,7 @@ IceUtil::ThreadNotStartedException::ThreadNotStartedException(const char* file, const char* IceUtil::ThreadNotStartedException::_name = "IceUtil::ThreadNotStartedException"; -const string +string IceUtil::ThreadNotStartedException::ice_name() const { return _name; @@ -167,7 +167,7 @@ IceUtil::BadThreadControlException::BadThreadControlException(const char* file, const char* IceUtil::BadThreadControlException::_name = "IceUtil::BadThreadControlException"; -const string +string IceUtil::BadThreadControlException::ice_name() const { return _name; |