commsfwutils/commsbufs/TE_mbufmgr/inc/TE_mbufmgrServer.h
changeset 72 ae47d0499bee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commsfwutils/commsbufs/TE_mbufmgr/inc/TE_mbufmgrServer.h	Mon Sep 06 13:49:23 2010 +0100
@@ -0,0 +1,22 @@
+/**
+ * Copyright (c) 2008 Symbian Ltd.  All rights reserved.
+ *
+ */
+#if (!defined __TE_mbufmgr_SERVER_H__)
+#define __TE_mbufmgr_SERVER_H__
+
+#include <test/TestExecuteServerBase.h>
+#include <es_mbman.h> 
+//const TUint KMBufMinHeapSize        = 4 * 1024;
+
+class CTE_mbufmgrServer : public CTestServer
+	{
+public:
+	static CTE_mbufmgrServer* NewL();
+	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
+	RFs& Fs(){return iFs;};
+
+private:
+	RFs iFs;
+	};
+#endif