diff -r 6a787171e1de -r 13fd6fd25fe7 tzservices/tzserver/Include/tzuserdefineddata.h --- a/tzservices/tzserver/Include/tzuserdefineddata.h Fri May 14 16:01:13 2010 +0300 +++ b/tzservices/tzserver/Include/tzuserdefineddata.h Thu May 27 13:01:09 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1997-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" @@ -53,7 +53,8 @@ private: CTzUserData(RTz& aTzServer); - + static void CleanupPointerArray(TAny* aArray); + private: RTz& iTzServer; };