Kaydet (Commit) 0f751c7b authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS gccfour (1.5.178); FILE MERGED

2005/03/11 09:19:20 cmc 1.5.178.1: #i44718# name enums that compare against ints
üst 41df52dd
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: access_controller.cxx,v $ * $RCSfile: access_controller.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: dbo $ $Date: 2002-04-19 15:16:45 $ * last change: $Author: rt $ $Date: 2005-04-04 07:54:32 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -445,7 +445,7 @@ class AccessController ...@@ -445,7 +445,7 @@ class AccessController
SAL_THROW( (RuntimeException) ); SAL_THROW( (RuntimeException) );
// mode // mode
enum { OFF, ON, DYNAMIC_ONLY, SINGLE_USER, SINGLE_DEFAULT_USER } m_mode; enum mode { OFF, ON, DYNAMIC_ONLY, SINGLE_USER, SINGLE_DEFAULT_USER } m_mode;
PermissionCollection m_defaultPermissions; PermissionCollection m_defaultPermissions;
// for single-user mode // for single-user mode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment