presadap12/Parser2/Inc/PEngInternalGlobalConsts.h
changeset 0 094583676ce7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presadap12/Parser2/Inc/PEngInternalGlobalConsts.h	Thu Dec 17 08:41:52 2009 +0200
@@ -0,0 +1,40 @@
+/*
+* Copyright (c) 2005 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:  Private consts to be used in Presence Engine.
+*
+*/
+
+#ifndef __PENGINTERNALGLOBALCONSTS_H
+#define __PENGINTERNALGLOBALCONSTS_H
+
+//  INCLUDES
+#include <E32Base.h>
+
+
+// CONSTANTS
+
+/**
+ * Constants to address Message parameters in
+ * the Client-Server communication.
+ */
+const TInt KMessageSlot0 = 0; // message slot 0
+const TInt KMessageSlot1 = 1; // message slot 1
+const TInt KMessageSlot2 = 2; // message slot 2
+const TInt KMessageSlot3 = 3; // message slot 3
+
+
+
+#endif //__PENGINTERNALGLOBALCONSTS_H
+
+