zeroconf/cachemanager/inc/mdnsrecordinfo.h
changeset 14 da856f45b798
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zeroconf/cachemanager/inc/mdnsrecordinfo.h	Thu Jun 24 19:09:47 2010 +0530
@@ -0,0 +1,39 @@
+/*
+* 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_*/