audiostubs/devsoundextensions_stubs/inc/ErrorConcealmentIntfcCI.h
changeset 39 65e91466a14b
parent 31 931072794a66
child 40 b7e5ed8c1342
--- a/audiostubs/devsoundextensions_stubs/inc/ErrorConcealmentIntfcCI.h	Tue Jul 06 14:03:31 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,101 +0,0 @@
-/*
-* Copyright (c) 2002-2008 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: Audio Stubs -
-*
-*/
-
-
-#ifndef ERRORCONCEALMENTINTFCCI_H
-#define ERRORCONCEALMENTINTFCCI_H
-
-// INCLUDES
-#include <e32base.h>
-#include <ErrorConcealmentIntfc.h>
-
-// CONSTANTS
-
-// MACROS
-
-// DATA TYPES
-
-// FUNCTION PROTOTYPES
-
-// FORWARD DECLARATIONS
-
-// CLASS DECLARATION
-
-/**
-*  ?one_line_short_description.
-*  ?other_description_lines
-*
-*  @lib ?library
-*  @since Series ?XX ?SeriesXX_version
-*/
-class CErrorConcealmentIntfcCI : public CErrorConcealmentIntfc
-	{
-    public:  // Constructors and destructor
-
-        /**
-        * Two-phased constructor.
-        */
-		IMPORT_C static CErrorConcealmentIntfcCI* NewL();
-
-        /**
-        * Destructor.
-        */
-        IMPORT_C virtual ~CErrorConcealmentIntfcCI();
-
-    public: // New functions
-
-    public: // Functions from base classes
-
-        /**
-        * From ?base_class ?member_description.
-        * @since Series ?XX ?SeriesXX_version
-        * @param ?arg1
-        * @return
-        */
-		IMPORT_C virtual TInt ConcealErrorForNextBuffer();
-		IMPORT_C virtual TInt SetFrameMode(TBool aFrameMode);
-		IMPORT_C virtual TInt FrameModeRqrdForEC(TBool& aFrameModeRqrd);
-
-    protected:  // New functions
-
-    protected:  // Functions from base classes
-
-	private:
-
-        /**
-        * C++ default constructor.
-        */
-	    CErrorConcealmentIntfcCI();
-
-        /**
-        * By default Symbian 2nd phase constructor is private.
-        */
-	    void ConstructL();
-
-    public:     // Data
-    protected:  // Data
-    private:    // Data
-        TBool iFrameModeRqrd;
-    public:     // Friend classes
-    protected:  // Friend classes
-    private:    // Friend classes
-
-	};
-
-#endif      // ERRORCONCEALMENTINTFCCI_H
-
-// End of File