diff -r b73a2e62868f -r 6752808b2036 watchdog/src/wdselfshutdownobserver.cpp --- a/watchdog/src/wdselfshutdownobserver.cpp Tue Feb 02 00:24:33 2010 +0200 +++ b/watchdog/src/wdselfshutdownobserver.cpp Fri Feb 19 23:14:48 2010 +0200 @@ -31,7 +31,7 @@ // CWDSelfShutdownObserver::NewL() // --------------------------------------------------------------------------- // -CWDSelfShutdownObserver* CWDSelfShutdownObserver::NewL( MWDSelfShutdownObserver& aObserver/*, const TUid& aKeyCategory */) +EXPORT_C CWDSelfShutdownObserver* CWDSelfShutdownObserver::NewL( MWDSelfShutdownObserver& aObserver/*, const TUid& aKeyCategory */) { CWDSelfShutdownObserver* self = new( ELeave )CWDSelfShutdownObserver( aObserver/*, aKeyCategory */); CleanupStack::PushL( self );