--- a/imagehandlingutilities/thumbnailmanager/tmcommon/src/tmformatobserver.cpp Tue Aug 31 15:30:59 2010 +0300
+++ b/imagehandlingutilities/thumbnailmanager/tmcommon/src/tmformatobserver.cpp Wed Sep 01 12:20:35 2010 +0100
@@ -20,10 +20,6 @@
#include <e32base.h>
#include <f32file.h>
-#include "OstTraceDefinitions.h"
-#ifdef OST_TRACE_COMPILER_IN_USE
-#include "tmformatobserverTraces.h"
-#endif
// ======== MEMBER FUNCTIONS ========
@@ -32,7 +28,6 @@
iObserver( aObserver )
{
TN_DEBUG1( "CTMFormatObserver::CTMFormatObserver()");
- OstTrace0( TRACE_NORMAL, CTMFORMATOBSERVER_CTMFORMATOBSERVER, "CTMFormatObserver::CTMFormatObserver" );
}
@@ -43,7 +38,6 @@
void CTMFormatObserver::ConstructL()
{
TN_DEBUG1("CTMFormatObserver::ConstructL");
- OstTrace0( TRACE_NORMAL, CTMFORMATOBSERVER_CONSTRUCTL, "CTMFormatObserver::ConstructL" );
iBackupSession = CBaBackupSessionWrapper::NewL();
iBackupSession->RegisterBackupOperationObserverL( *this );
@@ -97,7 +91,6 @@
void CTMFormatObserver::PollStatus()
{
TN_DEBUG1("CTMFormatObserver::PollStatus()");
- OstTrace0( TRACE_NORMAL, CTMFORMATOBSERVER_POLLSTATUS, "CTMFormatObserver::PollStatus" );
TBool formatting = iBackupSession->IsBackupOperationRunning();
@@ -116,7 +109,6 @@
const TBackupOperationAttributes& aBackupOperationAttributes)
{
TN_DEBUG1("CTMFormatObserver::HandleBackupOperationEventL");
- OstTrace0( TRACE_NORMAL, CTMFORMATOBSERVER_HANDLEBACKUPOPERATIONEVENTL, "CTMFormatObserver::HandleBackupOperationEventL" );
if( aBackupOperationAttributes.iOperation == EStart )
{