Commit 1ed2aa70 authored by Nicolas Delaby's avatar Nicolas Delaby

SyncML Signature and SyncML Conflict must acquire their local roles from parents

parent 3c0b0749
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <value>
...@@ -44,6 +48,12 @@ ...@@ -44,6 +48,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>SyncMLConflict</string> </value> <value> <string>SyncMLConflict</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>type_mixin</string> </key> <key> <string>type_mixin</string> </key>
<value> <value>
......
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <value>
...@@ -44,6 +48,12 @@ ...@@ -44,6 +48,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>SyncMLSignature</string> </value> <value> <string>SyncMLSignature</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>type_mixin</string> </key> <key> <string>type_mixin</string> </key>
<value> <value>
......
68 69
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment