| 155 | ********************************************************************/ |
| 156 | |
| 157 | int |
| 158 | OracleDatastore::commitState(int commitTag) |
| 159 | { |
| 160 | int result = FE_Datastore::commitState(commitTag); |
| 161 | |
| 162 | return result; |
| 163 | } |
| 164 | |
| 165 | int |
| 166 | OracleDatastore::sendObj(int commitTag, |
nothing calls this directly
no test coverage detected