added wxScopeGuard; test it in the sample
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jul 2003 23:56:08 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jul 2003 23:56:08 +0000 (23:56 +0000)
commitc66cca2af072daf7abe63f784038cbd9125ca4bd
tree495b50aecc6aec52ce0d0bdb50c2c9a0d1612807
parentad20b0b300846930b222eaa16e40235645d66d06
added wxScopeGuard; test it in the sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/scopeguard.h [new file with mode: 0644]
samples/console/console.cpp