--- a/featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp Fri Mar 12 15:51:02 2010 +0200
+++ b/featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp Mon Mar 15 12:46:30 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -384,16 +384,12 @@
// RFeatMgrClient::ReRequestNotification(TUid&, TRequestStatus&)
// -----------------------------------------------------------------------------
//
-TInt RFeatMgrClient::ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus )
+void RFeatMgrClient::ReRequestNotification( TUid& aFeatUid, TRequestStatus& aStatus )
{
TPckgBuf<TInt> pckg;
- TInt retval( KErrNone );
-
- iFeaturePckg.Set( (TUint8*) &aFeatUid.iUid, sizeof(TUid), sizeof(TUid) );
- TIpcArgs args( &iFeaturePckg );
- SendReceive( EFeatMgrReqNotify, args, aStatus );
-
- return retval;
+ iFeaturePckg.Set( (TUint8*) &aFeatUid.iUid, sizeof(TUid), sizeof(TUid) );
+ TIpcArgs args( &iFeaturePckg );
+ SendReceive( EFeatMgrReqNotify, args, aStatus );
}
// -----------------------------------------------------------------------------
@@ -617,6 +613,9 @@
// DEBUG only API functions
#ifdef EXTENDED_FEATURE_MANAGER_TEST
+
+#pragma BullseyeCoverage off
+
/**
*/
void RFeatMgrClient::ResourceMark()
@@ -685,6 +684,8 @@
return sizePckg();
}
+#pragma BullseyeCoverage on
+
#endif
// End of File