summaryrefslogtreecommitdiff
path: root/include/comphelper/flagguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/flagguard.hxx')
-rw-r--r--include/comphelper/flagguard.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/comphelper/flagguard.hxx b/include/comphelper/flagguard.hxx
index 30b43b67eb52..30106c16ee94 100644
--- a/include/comphelper/flagguard.hxx
+++ b/include/comphelper/flagguard.hxx
@@ -22,14 +22,14 @@
#include <comphelper/scopeguard.hxx>
-//......................................................................................................................
+
namespace comphelper
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= FlagRestorationGuard
- //==================================================================================================================
+
class COMPHELPER_DLLPUBLIC FlagRestorationGuard : public ScopeGuard
{
public:
@@ -48,9 +48,9 @@ namespace comphelper
}
};
- //==================================================================================================================
+
//= FlagGuard
- //==================================================================================================================
+
class COMPHELPER_DLLPUBLIC FlagGuard : public ScopeGuard
{
public:
@@ -69,9 +69,9 @@ namespace comphelper
}
};
-//......................................................................................................................
+
} // namespace comphelper
-//......................................................................................................................
+
#endif // INCLUDED_COMPHELPER_FLAGGUARD_HXX