Ignore:
Timestamp:
Mar 14, 2015 1:50:46 AM (9 years ago)
Author:
ldelgass
Message:

Use SendData? method to send binary data in viewers, make _outbuf private in
superclass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/visviewer.tcl

    r5132 r5134  
    3030    private common _done            ;   # Used to indicate status of send.
    3131    private variable _buffer        ;   # buffer for incoming/outgoing commands
     32    private variable _outbuf       ;    # buffer for outgoing commands
    3233    private variable _blockOnWrite 0;   # Should writes to socket block?
    3334    private variable _initialized
     
    4748    protected variable _sid ""      ;   # socket connection to server
    4849    protected variable _maxConnects 100
    49     protected variable _outbuf       ;    # buffer for outgoing commands
    5050    protected variable _buffering 0
    5151    protected variable _cmdSeq 0     ;    # Command sequence number
Note: See TracChangeset for help on using the changeset viewer.