ttsnoop: drag into a modern C++ century
authorJon Trulson <jon@radscan.com>
Fri, 29 Jun 2018 19:25:00 +0000 (13:25 -0600)
committerJon Trulson <jon@radscan.com>
Fri, 29 Jun 2018 19:48:06 +0000 (13:48 -0600)
commitaf6c2fd8819d94204463458b9f12db9233145752
treee57e7a2b08f83119926dae1aae3337990e9ee87c
parent780ec11b8a20b77e804993c7f419d51106beb367
ttsnoop: drag into a modern C++ century

This program has never worked very well, and it may still not work
very well.  This commit removes the ancient C++ headers and uses
modern replacements with some changes required due to the different
interfaces.

It builds a lot cleaner, and no longer does stupid things like
deleteing char *, ostream.str()'s, and the like.

This program could be really useful if it worked well. Some thought
should be givien in the future to decouple this SW from dtappbuilder
and maybe just rewrite from scratch.
cde/programs/ttsnoop/DtTt.C
cde/programs/ttsnoop/callbackChooser_stubs.C.src
cde/programs/ttsnoop/fileChooser_stubs.C.src
cde/programs/ttsnoop/messageProps_stubs.C.src
cde/programs/ttsnoop/patternProps_stubs.C.src
cde/programs/ttsnoop/sessionChooser_stubs.C.src
cde/programs/ttsnoop/stringChooser_stubs.C.src
cde/programs/ttsnoop/ttChooser_stubs.C.src
cde/programs/ttsnoop/ttsnoop.C.src
cde/programs/ttsnoop/ttsnoop_stubs.C.src