/////////////////////////////////////////////////////////////////////////////
// Name: recguard.h
-// Purpose: documentation for wxRecursionGuardFlag class
+// Purpose: interface of wxRecursionGuardFlag
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxRecursionGuard
@wxheader{recguard.h}
(may be simply returning) to prevent reentrant calls to itself.
If this method returns @false, it is safe to continue.
*/
- bool IsInside();
+ bool IsInside() const;
};
+