Ignore:
Timestamp:
02/14/13 16:02:05 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added basic support for showing a message

File:
1 edited

Legend:

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

    r36 r38  
    241241     */
    242242    bool handleGetVersions();
     243
     244    /**
     245     * Handle the COMMAND_SHOW_MESSAGE command
     246     *
     247     * @return true, if we can continue, false if the thread should quit
     248     */
     249    bool handleShowMessage();
    243250};
    244251
Note: See TracChangeset for help on using the changeset viewer.