diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-25 09:03:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-25 09:09:26 +0100 |
commit | 73fc75bf805eb7660598f2862746f3cfac75aa79 (patch) | |
tree | 0714531cb1fc5824084681d45b2f31de0d19b50c /framework/inc/general.h | |
parent | 9e44e1a819cb919015a8e268029b7e979300ed5c (diff) |
ditch SYNCHRONIZED_START/END
Change-Id: I1c0c015f371346efc5712ead7abe9e7f2ec0f9d0
Diffstat (limited to 'framework/inc/general.h')
-rw-r--r-- | framework/inc/general.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/framework/inc/general.h b/framework/inc/general.h index f131eacbb15b..3ab1556ed864 100644 --- a/framework/inc/general.h +++ b/framework/inc/general.h @@ -48,25 +48,6 @@ */ namespace css = ::com::sun::star; -namespace framework { - -//----------------------------------------------------------------------------- -/** Those macro is used to make it more clear where a synchronized block will start. - Because normal documentation code wont be recognized by some developers to be real - I need something where they are thinking about. - - At least this macro will do nothing ... it's empty. - But it should make the code more clear .-)) -*/ -#define SYNCHRONIZED_START - -//----------------------------------------------------------------------------- -/** Same then SYNCHRONIZED_START ... but instead it mark the end of such code block. -*/ -#define SYNCHRONIZED_END - -} // namespace framework - #endif // #ifndef __FRAMEWORK_GENERAL_H_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |