simpleengine/engine/src/simplefactory.cpp
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
--- a/simpleengine/engine/src/simplefactory.cpp	Tue Feb 02 01:05:17 2010 +0200
+++ b/simpleengine/engine/src/simplefactory.cpp	Fri Mar 19 09:37:41 2010 +0200
@@ -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 );
-    }
 
 
 
+