--- a/lafagnosticuifoundation/animation/inc/AnimationGroup.h Tue Aug 31 15:28:30 2010 +0300
+++ b/lafagnosticuifoundation/animation/inc/AnimationGroup.h Wed Sep 01 12:16:19 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2004-2009 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"
@@ -39,8 +39,8 @@
class CAnimationGroup : public CAnimation
{
public:
- IMPORT_C static CAnimationGroup* NewL();
- IMPORT_C ~CAnimationGroup();
+ static CAnimationGroup* NewL();
+ ~CAnimationGroup();
IMPORT_C const RPointerArray<CAnimation>& Animations() const;
IMPORT_C RPointerArray<CAnimation>& Animations();
// From CAnimation