meetingrequest/mrservices/inc/esmralarminfo.rh
changeset 0 8466d47a6819
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/meetingrequest/mrservices/inc/esmralarminfo.rh	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,43 @@
+/*
+* Copyright (c)  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:  Resource headers for project esmrservices
+*
+*/
+
+
+#ifndef ESMRALARMINFO_RH
+#define ESMRALARMINFO_RH
+
+// ---------------------------------------------------------------------------
+// Resource definition for alarm information
+// ---------------------------------------------------------------------------
+//
+STRUCT ESMR_ALARM_INFO
+	{
+    // Alarm information identifier
+    WORD alarm_id;
+    // Relative alarm time in seconds
+    LONG relatime_alarm_in_minutes; 
+	}
+
+// ---------------------------------------------------------------------------
+// Resource definition for esmr policy table
+// ---------------------------------------------------------------------------
+//
+STRUCT ESMR_ALARM_INFO_TABLE
+	{
+	STRUCT alarm_infos[]; // alarm info objects (ESMR_ALARM_INFO)
+	}
+
+#endif // ESMRALARMINFO_RH