List Info

Thread: CR:general system error for streaming 3gp clips overhttp




CR:general system error for streaming 3gp clips overhttp
user name
2008-02-27 20:25:56

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.guptanokia.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: common/hxmmfbasectrl.cpp
===================================================================
RCS file: /cvsroot/clientapps/symbianMmf/common/hxmmfbasectrl.cpp,v
retrieving revision 1.1.2.37
diff -u -w -r1.1.2.37 hxmmfbasectrl.cpp
--- common/hxmmfbasectrl.cpp 20 Feb 2008 17:18:30 -0000 1.1.2.37
+++ common/hxmmfbasectrl.cpp 27 Feb 2008 20:25:24 -0000
-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 },

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )