INTEGRATION: CWS sb59 (1.7.42); FILE MERGED

2006/08/29 14:08:20 sb 1.7.42.1: #i67487# Made code warning-free (wntmsci10).
This commit is contained in:
Oliver Bolte 2006-10-12 10:22:03 +00:00
parent 76e46e4845
commit b496965326

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: graphconvert.cxx,v $ * $RCSfile: graphconvert.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 00:43:49 $ * last change: $Author: obo $ $Date: 2006-10-12 11:22:03 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -124,7 +124,7 @@ void MainThreadNotificationRequest::mainThreadWorkerStart( MainThreadNotificatio
Application::PostUserEvent( STATIC_LINK( NULL, MainThreadNotificationRequest, worker ), pMTRequest ); Application::PostUserEvent( STATIC_LINK( NULL, MainThreadNotificationRequest, worker ), pMTRequest );
} }
IMPL_STATIC_LINK( MainThreadNotificationRequest, worker, MainThreadNotificationRequest*, pMTRequest ) IMPL_STATIC_LINK_NOINSTANCE( MainThreadNotificationRequest, worker, MainThreadNotificationRequest*, pMTRequest )
{ {
if ( pMTRequest ) if ( pMTRequest )
{ {