Changeset 1968
- Timestamp:
- 02/29/08 14:47:41
(9 months ago)
- Author:
- dsugar
- Message:
minor fixes - may already be in trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1878 |
r1968 |
|
| 109 | 109 | public Map GetPermVectors() |
|---|
| 110 | 110 | { |
|---|
| | 111 | if (accessTarget == null) |
|---|
| | 112 | return null; |
|---|
| 111 | 113 | return accessTarget.GetPermVectors(); |
|---|
| 112 | 114 | } |
|---|
| … | … | |
| 114 | 116 | public void AddPermVector (PermVector i_permission) |
|---|
| 115 | 117 | { |
|---|
| 116 | | accessTarget.AddPermVector (i_permission); |
|---|
| | 118 | if (accessTarget != null) |
|---|
| | 119 | accessTarget.AddPermVector (i_permission); |
|---|
| 117 | 120 | } |
|---|
| 118 | 121 | |
|---|
| r1963 |
r1968 |
|
| 1321 | 1321 | Map/*<String, PermVector>*/permVectors, |
|---|
| 1322 | 1322 | PrintStream policyStream) { |
|---|
| | 1323 | |
|---|
| | 1324 | if (permVectors == null) |
|---|
| | 1325 | return; |
|---|
| | 1326 | |
|---|
| 1323 | 1327 | Iterator permList = permVectors.entrySet().iterator(); |
|---|
| 1324 | 1328 | while(permList.hasNext()) { |
|---|
Download in other formats:
* Generating other formats may take time.