tzservices/tzserver/Include/tzuserdefineddata.h
branchRCL_3
changeset 30 fc3225a0ab43
parent 0 2e3d3ce01487
equal deleted inserted replaced
24:a72ff4214918 30:fc3225a0ab43
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    51     IMPORT_C void DeleteL(const CTzId& aTzId);
    51     IMPORT_C void DeleteL(const CTzId& aTzId);
    52     IMPORT_C void GetTzIdsL(RPointerArray<CTzId>& aTzIds) const;
    52     IMPORT_C void GetTzIdsL(RPointerArray<CTzId>& aTzIds) const;
    53 
    53 
    54 private:
    54 private:
    55     CTzUserData(RTz& aTzServer);
    55     CTzUserData(RTz& aTzServer);
    56 	
    56     static void CleanupPointerArray(TAny* aArray);
       
    57     	
    57 private:
    58 private:
    58     RTz& iTzServer;
    59     RTz& iTzServer;
    59 	};
    60 	};
    60 #endif //__TIMEZONE_USERDATA_H__
    61 #endif //__TIMEZONE_USERDATA_H__