Ignore:
Timestamp:
01/20/13 09:50:28 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Updated to the new, separated VSCPL and XPLCOMMON libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplra/SetMultiDataRefRequest.h

    r10 r11  
    5050     * the given stream.
    5151     */
    52     SetMultiDataRefRequest(uint8_t& result, xplcommon::DataStream& stream,
     52    SetMultiDataRefRequest(uint8_t& result,
     53                           hu::varadiistvan::scpl::io::DataStream& stream,
    5354                           bool readValues);
    5455
     
    5657     * Read the values of all tasks.
    5758     */
    58     void readValues(xplcommon::DataStream& stream);
     59    void readValues(hu::varadiistvan::scpl::io::DataStream& stream);
    5960
    6061    /**
     
    6768     * Otherwise the result is RESULT_OK.
    6869     */
    69     void writeResult(xplcommon::DataStream& stream) const;
     70    void writeResult(hu::varadiistvan::scpl::io::DataStream& stream) const;
    7071};
    7172
Note: See TracChangeset for help on using the changeset viewer.