diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-09-15 19:56:08 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-09-15 19:56:08 +0000 |
commit | 5643be95b8347f99406b99e3f6d6ccb8578af8f3 (patch) | |
tree | 4e83159414478a574f53a2c8c939f27e9d2cc693 /net | |
parent | 0ae8b57449153994556c1634603167cfa95db2d8 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/cphone/files/patch-message | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net/cphone/files/patch-message b/net/cphone/files/patch-message new file mode 100644 index 000000000000..3c3e9e4f264c --- /dev/null +++ b/net/cphone/files/patch-message @@ -0,0 +1,39 @@ +*** message.cxx.orig Thu Aug 7 01:39:42 2003 +--- message.cxx Tue Sep 9 07:53:11 2003 +*************** ThreadSafeMessage::~ThreadSafeMessage() +*** 52,68 **** + } + + +! void::ThreadSafeMessage::DisplayError(PString thisMessage) + { + DisplayError(QString((const char *)thisMessage)); + } + +! void::ThreadSafeMessage::DisplayWarning(PString thisMessage) + { + DisplayWarning(QString((const char *)thisMessage)); + } + +! void::ThreadSafeMessage::DisplayInformation(PString thisMessage) + { + DisplayInformation(QString((const char *)thisMessage)); + } +--- 52,68 ---- + } + + +! void ThreadSafeMessage::DisplayError(PString thisMessage) + { + DisplayError(QString((const char *)thisMessage)); + } + +! void ThreadSafeMessage::DisplayWarning(PString thisMessage) + { + DisplayWarning(QString((const char *)thisMessage)); + } + +! void ThreadSafeMessage::DisplayInformation(PString thisMessage) + { + DisplayInformation(QString((const char *)thisMessage)); + } |