Changeset 04a153f in mainline
- Timestamp:
-
2011-08-02T19:58:10Z
(14 years ago)
- Author:
- Oleg Romanenko <romanenko.oleg@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c18b7a
- Parents:
- 963ea42
- Message:
-
Fix for testing
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r963ea42
|
r04a153f
|
|
106 | 106 | { |
107 | 107 | /* TODO */ |
108 | | return false; |
| 108 | return true; |
109 | 109 | } |
110 | 110 | |
… |
… |
|
112 | 112 | { |
113 | 113 | /* TODO */ |
114 | | return false; |
| 114 | return true; |
115 | 115 | } |
116 | 116 | |