| 114 | |
| 115 | |
| 116 | int |
| 117 | FileDatastore::commitState(int commitTag) |
| 118 | { |
| 119 | int result = FE_Datastore::commitState(commitTag); |
| 120 | if (result == commitTag) |
| 121 | resetFilePointers(); |
| 122 | |
| 123 | return result; |
| 124 | } |
| 125 | |
| 126 | |
| 127 | void |
nothing calls this directly
no test coverage detected