Ignore:
Timestamp:
Mar 4, 2013 8:10:40 PM (11 years ago)
Author:
ldelgass
Message:

Add ok (acknowlege commands with no render required) response.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpVtkRendererCmd.h

    r3360 r3451  
    1313
    1414#include "ReadBuffer.h"
     15#ifdef USE_THREADS
     16#include "ResponseQueue.h"
     17#endif
    1518
    1619namespace Rappture {
    1720namespace VtkVis {
     21
     22#ifdef USE_THREADS
     23extern void queueResponse(ClientData clientData, const void *bytes, size_t len,
     24                          Response::AllocationType allocType,
     25                          Response::ResponseType type = Response::DATA);
     26#endif
    1827
    1928extern int processCommands(Tcl_Interp *interp,
Note: See TracChangeset for help on using the changeset viewer.