Ignore:
Timestamp:
02/10/13 08:21:47 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Added a new command to query the versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/ServerThread.h

    r13 r36  
    4949//------------------------------------------------------------------------------
    5050
     51class ListenThread;
     52
    5153class RequestQueue;
    5254
     
    9597private:
    9698    /**
     99     * The listen thread this server was started by.
     100     */
     101    ListenThread& listenThread;
     102
     103    /**
    97104     * The request queue to use.
    98105     */
     
    139146     * given acceptor.
    140147     */
    141     ServerThread(RequestQueue& requestQueue,
     148    ServerThread(ListenThread& listenThread, RequestQueue& requestQueue,
    142149                 hu::varadiistvan::scpl::io::LocalAcceptor& acceptor);
    143150
     
    227234     */
    228235    bool handleExecuteSetMulti();
     236
     237    /**
     238     * Handle the COMMAND_GET_VERSIONS command
     239     *
     240     * @return true, if we can continue, false if the thread should quit
     241     */
     242    bool handleGetVersions();
    229243};
    230244
Note: See TracChangeset for help on using the changeset viewer.