--- a/featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp Sat Feb 20 00:33:55 2010 +0200
+++ b/featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp Fri Mar 12 15:51:02 2010 +0200
@@ -614,11 +614,37 @@
// ========================== OTHER EXPORTED FUNCTIONS =========================
-
-
// DEBUG only API functions
#ifdef EXTENDED_FEATURE_MANAGER_TEST
+/**
+*/
+void RFeatMgrClient::ResourceMark()
+ {
+ (void)SendReceive(EFeatMgrResourceMark);
+ }
+
+/**
+*/
+void RFeatMgrClient::ResourceCheck()
+ {
+ (void)SendReceive(EFeatMgrResourceCheck);
+ }
+
+/**
+*/
+TInt RFeatMgrClient::ResourceCount()
+ {
+ return SendReceive(EFeatMgrResourceCount);
+ }
+
+/**
+*/
+void RFeatMgrClient::SetHeapFailure(TInt aAllocFailType, TInt aRate)
+ {
+ (void)SendReceive(EFeatMgrSetHeapFailure, TIpcArgs(aAllocFailType, aRate));
+ }
+
// -----------------------------------------------------------------------------
// RFeatMgrClient::NumberOfNotifyFeatures()
// -----------------------------------------------------------------------------