Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/09 13:56:55 (15 years ago)
Author:
kgrading
Message:

splitted the sendfinishedjob / snapshot method in two seperate methods, fixed the locking, added real memory management (#529)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/HeuristicLab.Hive.Contracts1.xsd

    r1366 r1379  
    6666  </xs:complexType>
    6767  <xs:element name="ResponseResultReceived" nillable="true" type="tns:ResponseResultReceived" />
     68  <xs:complexType name="ResponsePlugin">
     69    <xs:complexContent mixed="false">
     70      <xs:extension base="tns:Response">
     71        <xs:sequence>
     72          <xs:element minOccurs="0" name="Plugins" nillable="true" type="xs:base64Binary" />
     73        </xs:sequence>
     74      </xs:extension>
     75    </xs:complexContent>
     76  </xs:complexType>
     77  <xs:element name="ResponsePlugin" nillable="true" type="tns:ResponsePlugin" />
    6878</xs:schema>
Note: See TracChangeset for help on using the changeset viewer.