msg_plat/messaging_center_ui_utilities_api/inc/MuiuMsgEditorService.rh
changeset 0 72b543305e3a
child 2 0bf1d54f37d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/msg_plat/messaging_center_ui_utilities_api/inc/MuiuMsgEditorService.rh	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,31 @@
+/*
+* Copyright (c) 2004 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:  MuiuMsgEditorService.rh*
+*/
+
+
+
+// Service struct for messaging editors/viewer
+// Set the mtm id that your application supports in mtm_id
+// Set either KMsgServiceView or KMsgServiceEdit in type
+// (defined in MuiuMsgEditorServiceConst.h)
+
+#include <muiumsgeditorserviceconst.h>
+
+STRUCT MSG_SERVICE_STRUCT
+	{
+	LONG mtm_id = 0;
+	LONG type = 0;
+	}
+