From fac64d3accdc0d2cea92adb02ccc4c77a33249e6 Mon Sep 17 00:00:00 2001
From: Sebastian Krzyszkowiak <dos@dosowisko.net>
Date: Tue, 20 May 2014 18:44:38 +0200
Subject: [PATCH] fsoframework: add missing opimd interface names

---
 fsoframework/interfaces.vala | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/fsoframework/interfaces.vala b/fsoframework/interfaces.vala
index a16a582..641578d 100644
--- a/fsoframework/interfaces.vala
+++ b/fsoframework/interfaces.vala
@@ -158,19 +158,33 @@ namespace FsoFramework
 
         public const string MessagesServiceFace = ServiceFacePrefix + ".Messages";
         public const string MessagesServicePath = ServicePathPrefix + "/Messages";
+        public const string MessageServiceFace = ServiceFacePrefix + ".Message";
+        public const string MessageQueryServiceFace = ServiceFacePrefix + ".MessageQuery";
 
         public const string ContactsServiceFace = ServiceFacePrefix + ".Contacts";
         public const string ContactsServicePath = ServicePathPrefix + "/Contacts";
         public const string ContactServiceFace = ServiceFacePrefix + ".Contact";
+        public const string ContactQueryServiceFace = ServiceFacePrefix + ".ContactQuery";
 
         public const string CallsServiceFace = ServiceFacePrefix + ".Calls";
         public const string CallsServicePath = ServicePathPrefix + "/Calls";
+        public const string CallServiceFace = ServiceFacePrefix + ".Call";
+        public const string CallQueryServiceFace = ServiceFacePrefix + ".CallQuery";
 
         public const string TasksServiceFace = ServiceFacePrefix + ".Tasks";
         public const string TasksServicePath = ServicePathPrefix + "/Tasks";
+        public const string TaskServiceFace = ServiceFacePrefix + ".Task";
+        public const string TaskQueryServiceFace = ServiceFacePrefix + ".TaskQuery";
 
         public const string NotesServiceFace = ServiceFacePrefix + ".Notes";
         public const string NotesServicePath = ServicePathPrefix + "/Notes";
+        public const string NoteServiceFace = ServiceFacePrefix + ".Note";
+        public const string NoteQueryServiceFace = ServiceFacePrefix + ".NoteQuery";
+
+        public const string DatesServiceFace = ServiceFacePrefix + ".Dates";
+        public const string DatesServicePath = ServicePathPrefix + "/Dates";
+        public const string DateServiceFace = ServiceFacePrefix + ".Date";
+        public const string DateQueryServiceFace = ServiceFacePrefix + ".DateQuery";
     }
 
     namespace Resource
