diff -r 2580314736af -r 2669f8761a99 simpleengine/engine/src/simplefactory.cpp --- a/simpleengine/engine/src/simplefactory.cpp Thu Aug 19 10:19:02 2010 +0300 +++ b/simpleengine/engine/src/simplefactory.cpp Tue Aug 31 15:35:50 2010 +0300 @@ -47,10 +47,6 @@ #include "msimplewinfowatcher.h" #include "simpleinstantmessage.h" -#ifdef _DEBUG -#include "simpledebugutils.h" -#endif - class MSimpleConnectionObserver; class MSimplePublishObserver; class MSimpleWatcherObserver; @@ -95,9 +91,6 @@ EXPORT_C MSimpleConnection* TSimpleFactory::NewConnectionL( MSimpleConnectionObserver& aObserver) { - #ifdef _DEBUG - TSimpleLogger::Log(_L("TSimpleFactory::NewConnectionL" ) ); - #endif return CSimpleConnection::NewL( aObserver ); } @@ -141,11 +134,7 @@ aContentID, aContentType ); } -EXPORT_C MSimpleConnection* TSimpleFactory::NewConnectionL( - MSimpleConnectionObserver& aObserver, TInt32 aServiceId ) - { - return CSimpleConnection::NewL( aObserver, aServiceId ); - } +