--- a/satui/satapp/src/csatuiobserver.cpp Thu May 27 13:23:05 2010 +0300
+++ b/satui/satapp/src/csatuiobserver.cpp Fri Jun 11 14:07:16 2010 +0300
@@ -1022,7 +1022,7 @@
case ESatSLaunchBrowserQuery:
{
TFLOGSTRING("Quering LaunchBrowser")
- HBufC* textHolder = NULL;
+ //HBufC* textHolder = NULL;
TRAP(error,
if (ESatAlphaIdNull != aAlphaIdStatus)
@@ -1042,16 +1042,16 @@
{
TFLOGSTRING("CSatUiObserver::ConfirmCommand \
AlphaId provided")
- textHolder = HBufC::NewLC(aText.Length());
- TPtr ptr = textHolder->Des();
- ptr.Append(aText);
+ //textHolder = HBufC::NewLC(aText.Length());
+ //TPtr ptr = textHolder->Des();
+ //ptr.Append(aText);
}
//TRAP(error, iActionImplementer->ConfirmLaunchBrowserL(*textHolder,
// aActionAccepted, iconBitmap, selfExplanatory));
// Clean textHolder
- CleanupStack::PopAndDestroy(textHolder);
+ //CleanupStack::PopAndDestroy(textHolder);
}
); // TRAP