imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils/testcaseutils/prfwtestwaithelper.h
changeset 51 61fad867f68e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils/testcaseutils/prfwtestwaithelper.h	Wed Nov 03 09:32:20 2010 +0530
@@ -0,0 +1,48 @@
+/*
+* Copyright (c) 2006 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  ?Description
+*
+*/
+
+
+
+#ifndef CPRFWTESTWAITHELPER_H
+#define CPRFWTESTWAITHELPER_H
+
+
+#include <e32base.h>
+
+class CXIMPTestGeneralWaiter;
+
+class CXIMPTestWaitHelper : public CBase
+    {
+    public:
+
+        IMPORT_C static CXIMPTestWaitHelper* NewL();
+        
+        IMPORT_C void WaitForL( TInt aSeconds );
+        
+        ~CXIMPTestWaitHelper();
+
+    private:
+    
+        /**
+         *
+         */
+        void ConstructL();
+
+    private: // data
+    };
+
+#endif // CPRFWTESTWAITHELPER_H