diff -r 51dda465e618 -r 38fb6f7eacd5 camerauis/cameraapp/generic/inc/camvideotime.h --- a/camerauis/cameraapp/generic/inc/camvideotime.h Wed Apr 14 15:41:04 2010 +0300 +++ b/camerauis/cameraapp/generic/inc/camvideotime.h Tue Apr 27 16:19:06 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008 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" @@ -49,7 +49,7 @@ TInt64 aCriticalLimit, TInt aVideoBitRate, TInt aAudioBitRate, - TUint aSizeLimit, + TInt64 aSizeLimit, TBool aMuteAudio, TReal aBitrateScaler); @@ -73,7 +73,7 @@ TInt64 iAvailableSpaceAtStart; // Size limit of the file in bytes - TUint iSizeLimit; + TInt64 iSizeLimit; }; #endif // CAMVIDEOTIME_H