1. remove wrap from bind in interface.xml

2. in MountPoint, add refresh ability
This commit is contained in:
Li Zhi
2010-08-24 08:34:28 +07:59
parent c2ec243021
commit 07ead0ed3c
6 changed files with 33 additions and 24 deletions

View File

@@ -196,14 +196,6 @@ on special cases -->
<element name='binding'>
<attribute name='sequence'/>
<attribute name='function'/>
<!-- less than and greater than are reservied words in xml, but binding need use
one or two of them to wrap sequence name -->
<attribute name='wrap'>
<choice>
<value>single</value>
<value>double</value>
</choice>
</attribute>
</element>
</define>