[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-clientapps-cvs
Subject:    [Clientapps-cvs] symbianMmf/common hxmmfbasectrl.cpp, 1.1.2.37,
From:       gashish () helixcommunity ! org
Date:       2008-02-28 14:09:53
Message-ID: 200802281410.m1SEARBp023560 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/clientapps/symbianMmf/common
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv2416

Modified Files:
      Tag: hxclient_2_1_0_cayennes
	hxmmfbasectrl.cpp 
Log Message:
General System Error for HTTP streaming of 3GPP files.

Nokia submits this code under the terms of a commercial contribution agreement with \
RealNetworks, and I am authorized to contribute this code under said agreement."

Modified by:  ashish.as.gupta@nokia.com

Reviewed by: 

Date: 27-Feb-2008

Project: SymbianMmf_wm

TSW-Id: ECTN-7C8QYH

Synopsis: 

HXR_NO_FILESYSTEM is mapped to KErrGeneral, this caused "General error message". \
Correcting the mapping for HXR_NO_FILESYSTEM. This will result in KErrNotSupported \
being returned. Some other mappings are also corrected.


Files Modified:
clientapps/symbianMmf/common/hxmmfbasectrl.cpp


Image Size and Heap Use impact: none

Module Release testing (STIF): Yes.

Test case(s) Added: none

Memory leak check performed: Yes, no new leaks introduced.

Platforms and Profiles Build Verified: 
    armv5  / helix-client-s60-50-mmf-mdf-arm
    winscw / helix-client-s60-50-mmf-mdf-arm

Platforms and Profiles Functionality verified: 
    armv5  / helix-client-s60-50-mmf-mdf-arm
    winscw / helix-client-s60-50-mmf-mdf-arm

Branch: 
    HEAD, hxclient_2_1_0_cayennes and hxclient_2_2_1_cayennes



Index: hxmmfbasectrl.cpp
===================================================================
RCS file: /cvsroot/clientapps/symbianMmf/common/hxmmfbasectrl.cpp,v
retrieving revision 1.1.2.37
retrieving revision 1.1.2.38
diff -u -d -r1.1.2.37 -r1.1.2.38
--- hxmmfbasectrl.cpp	20 Feb 2008 17:18:30 -0000	1.1.2.37
+++ hxmmfbasectrl.cpp	28 Feb 2008 14:09:51 -0000	1.1.2.38
@@ -101,7 +101,7 @@
     { HXR_UNSUPPORTED_VIDEO,            KErrNotSupported         },
     { HXR_UNSUPPORTED_AUDIO,            KErrNotSupported         },
     { HXR_NOINTERFACE,                  KErrNotSupported         },
-    { HXR_INVALID_OPERATION,            KErrGeneral              },
+    { HXR_INVALID_OPERATION,            KErrArgument             },
     { HXR_DOC_MISSING,                  KErrNotFound             },
     { HXR_NET_SOCKET_INVALID,           KErrCouldNotConnect      },
     { HXR_NET_CONNECT,                  KErrCouldNotConnect      },
@@ -112,8 +112,8 @@
     { HXR_SERVER_TIMEOUT,               KErrTimedOut             },
     { HXR_SERVER_DISCONNECTED,          KErrDisconnected         },
     { HXR_NOTENOUGH_BANDWIDTH,          KErrMMNotEnoughBandwidth },
-    { HXR_NET_TCP,                      KErrGeneral              },
-    { HXR_NO_DATA,                      KErrGeneral              },
+    { HXR_NET_TCP,                      KErrCouldNotConnect      },
+    { HXR_NO_DATA,                      KErrDisconnected         },
     { HXR_INVALID_BANDWIDTH,            KErrMMNotEnoughBandwidth },
     { HXR_GENERAL_NONET,                KErrCouldNotConnect      },
     { HXR_SLOW_MACHINE,                 KErrNotSupported         },
@@ -129,7 +129,7 @@
     { HXR_MISSING_COMPONENTS,           KErrNotSupported         },
     { HXR_OUTOFMEMORY,                  KErrNoMemory             },
     { HXR_PARTIALPLAYBACK,              KErrMMPartialPlayback    },
-    { HXR_NO_FILESYSTEM,                KErrGeneral              },
+    { HXR_NO_FILESYSTEM,                KErrNotSupported         },
     { HXR_NOT_SUPPORTED,                KErrNotSupported         },
     { HXR_NOT_SUPPORTED_FOR_LINEAR_FILE_SYSTEMS, KErrAbort       },
     { HXR_MSG_TOOLARGE,                 KErrOverflow             },


_______________________________________________
Clientapps-cvs mailing list
Clientapps-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/clientapps-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic