williamr@4: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // williamr@4: williamr@4: #ifndef __TZID_INL__ williamr@4: #define __TZID_INL__ williamr@4: williamr@4: /** williamr@4: Inequality operator. williamr@4: williamr@4: @param aTZId The time zone ID to compare with this one. williamr@4: williamr@4: @return ETrue if the two IDs are different, EFalse if they are the same. williamr@4: */ williamr@4: inline TBool CTzId::operator!=(const CTzId& aTZId) const williamr@4: { williamr@4: return (!operator==(aTZId)); williamr@4: } williamr@4: williamr@4: #endif