upnpsharing/upnpcontentserver/src/upnpcontentserverclient.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
--- a/upnpsharing/upnpcontentserver/src/upnpcontentserverclient.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpsharing/upnpcontentserver/src/upnpcontentserverclient.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -180,7 +180,7 @@
     {
     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
 
-    delete iSendBuffer;
+ /*   delete iSendBuffer;
     iSendBuffer = NULL;
     iSendBuffer = CBufFlat::NewL( KTintSize );
 
@@ -200,7 +200,7 @@
     SendReceive( ERequestSelectionContent,
                  TIpcArgs( &iSendBufferPtr, &iContentBufferPtr ), 
                  aStatus );
-    CleanupStack::PopAndDestroy( &sendstream );
+    CleanupStack::PopAndDestroy( &sendstream );*/
 
     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
     }
@@ -298,7 +298,7 @@
     {
     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
 
-    delete iSendBuffer;
+ /*   delete iSendBuffer;
     iSendBuffer = NULL;
     iSendBuffer = CBufFlat::NewL( KTintSize );
 
@@ -312,7 +312,7 @@
     SendReceive( ERefreshShareContent,
                  TIpcArgs( &iSendBufferPtr ),
                  aStatus );
-    CleanupStack::PopAndDestroy( &stream );
+    CleanupStack::PopAndDestroy( &stream );*/
 
     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
     }
@@ -328,7 +328,7 @@
     {
     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
 
-    delete iSendBuffer;
+  /*  delete iSendBuffer;
     iSendBuffer = NULL;
     iSendBuffer = CBufFlat::NewL( KTintSize );
 
@@ -345,7 +345,7 @@
     SendReceive( EGetSelectionIndexes,
                  TIpcArgs( &iSendBufferPtr, &iReceiveBufferPtr ),
                  aStatus );
-    CleanupStack::PopAndDestroy( &sendstream );
+    CleanupStack::PopAndDestroy( &sendstream );*/
 
     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
     }
@@ -397,7 +397,7 @@
     {
     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
 
-    delete iSendBuffer;
+   /* delete iSendBuffer;
     iSendBuffer = NULL;
     iSendBuffer = CBufFlat::NewL( KTintSize );
 
@@ -411,7 +411,7 @@
     SendReceive( EStartConnectionMonitor,
                  TIpcArgs( &iSendBufferPtr ),
                  aStatus );
-    CleanupStack::PopAndDestroy( &sendstream );
+    CleanupStack::PopAndDestroy( &sendstream );*/
 
     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
     }