Skip to content
Snippets Groups Projects
Commit a9659d1f authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

updates

parent bcbbe99c
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,17 @@ var _info_kwarc_sally_comm_frames_factory = function () {
}, {
type: 'classInfo',
localName: 'GetSallyFramesRequest',
propertyInfos: []
propertyInfos: [{
type: 'element',
name: 'posx',
elementName: 'posx',
typeInfo: 'Int'
}, {
type: 'element',
name: 'posy',
elementName: 'posy',
typeInfo: 'Int'
}]
}, {
type: 'classInfo',
localName: 'ListenDocLevelServices',
......
......@@ -21,6 +21,10 @@
<xs:element name="GetSallyFramesRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="posx" type="xs:int" nillable="true"/>
<xs:element name="posy" type="xs:int" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment