Index: head/net/cphone/files/patch-message =================================================================== --- head/net/cphone/files/patch-message (nonexistent) +++ head/net/cphone/files/patch-message (revision 88991) @@ -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)); + } Property changes on: head/net/cphone/files/patch-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property