mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp
branchRCL_3
changeset 15 d240f0a77280
parent 14 05b0d2323768
child 17 780c925249c1
--- a/mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp	Fri Mar 12 15:44:36 2010 +0200
+++ b/mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp	Mon Mar 15 12:42:31 2010 +0200
@@ -531,11 +531,16 @@
     CMTPTypeObjectPropDescEnumerationForm* expectedForm =
         CMTPTypeObjectPropDescEnumerationForm::NewLC( EMTPTypeString ); // + expectedForm
 
-    CMTPTypeString* string = CMTPTypeString::NewLC( _L( "SP@LL" ) );    // + string
+    CMTPTypeString* string = CMTPTypeString::NewLC( _L("SP@LL") );    // + string
+    expectedForm->AppendSupportedValueL( *string );
+    string->SetL( _L("SP@ML") );
     expectedForm->AppendSupportedValueL( *string );
-    string->SetL( _L("SP@ML"));
+    string->SetL( _L("MP@LL") );
     expectedForm->AppendSupportedValueL( *string );
-    string->SetL( _L("MP@LL"));
+
+    string->SetL( _L("MP@ML") );
+    expectedForm->AppendSupportedValueL( *string );
+    string->SetL( _L("MP@HL") );
     expectedForm->AppendSupportedValueL( *string );
 
     CMTPTypeObjectPropDesc::TPropertyInfo propertyInfo;