diff -r 58be5850fb6c -r e0d606d6e3b1 omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrenderer.h --- a/omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrenderer.h Thu Sep 02 20:13:57 2010 +0300 +++ b/omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrenderer.h Fri Sep 17 08:27:08 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-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" @@ -25,6 +25,7 @@ #define OMXILPCMRENDERER_H #include +#include "omxilpcmrendererprocessingfunction.h" // Forward declarations class COmxILPcmRendererAPB0Port; @@ -52,7 +53,7 @@ void ConstructL(OMX_HANDLETYPE aComponent); - COmxILPcmRendererAPB0Port* ConstructAPB0PortL() const; + COmxILPcmRendererAPB0Port* ConstructAPB0PortL(COmxILPcmRendererProcessingFunction& aProcessingFunction) const; COmxILClientClockPort* ConstructClientClockPortL() const; private: