- Timestamp:
- 06/12/07 10:30:49 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/tools/OmeroCpp/src/OMERO/Model/PermissionsI.cpp
r1510 r1630 74 74 } 75 75 void PermissionsI::setLocked(bool value, const Ice::Current& c) { 76 set(1,18,!value); // Here we use the granted76 set(1,18,!value); // Here we use the set 77 77 // logic but without a shift. The not is because 78 78 // flags are stored with reverse semantics.
