Support object initialization from a Tcl channel. master
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 18 Jun 2009 01:57:39 +0000 (02:57 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 18 Jun 2009 01:57:39 +0000 (02:57 +0100)
commitdc83d7a7cdcdb915a80068d5fb5c7d25c22ae8d7
tree4deabd76fcb25187dc698114e8f12fea159a1e12
parentbec08422a13b513984f5ca174f21298792e7a4b7
Support object initialization from a Tcl channel.
This commit allows a Tcl channel to be presented to an object upon creation
as an IStream. The object can then use its IPersistStream interface to
initialize itself via tcom::ref createobject -init $chan $progid

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
src/refCmd.cpp
src/tclStream.cpp [new file with mode: 0644]
src/tclStream.h [new file with mode: 0644]
src/tcom.dsp