Changeset 56196
- Timestamp:
- 10/09/08 06:45:25 (6 weeks ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/interface/wx/scopeguard.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/interface/wx/scopeguard.h
r56194 r56196 8 8 9 9 /** 10 @class wxScopeGuard 11 10 12 Scope guard is an object which allows executing an action on scope exit. 11 13 12 14 The objects of this class must be constructed using wxMakeGuard() function. 15 16 @nolibrary 17 @category{misc} 13 18 */ 14 19 class wxScopeGuard
