Committing ZeroConf for 10.1 to the FCL.
/*
* Copyright (c) 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"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
#ifndef MDNSRECORDINFO_H_
#define MDNSRECORDINFO_H_
#include <e32base.h>
namespace HashInfo
{
TUint32 TPtrC8Hash(const TPtrC8& aPtr);
TBool TPtrC8Ident(const TPtrC8& aL, const TPtrC8& aR);
enum TCacheEntryType
{
ECacheEntryAddr,
ECacheEntryPtr,
ECacheEntrySrv,
ECacheEntryTxt
};
}
#endif /*MDNSRECORDINFO_H_*/