| 130 | } |
| 131 | |
| 132 | int |
| 133 | Information::setID(const ID &newID) |
| 134 | { |
| 135 | if (theID != 0) { |
| 136 | *theID = newID; |
| 137 | } else { |
| 138 | theID = new ID(newID); |
| 139 | } |
| 140 | return 0; |
| 141 | } |
| 142 | |
| 143 | int |
| 144 | Information::setVector(const Vector &newVector) |
no outgoing calls
no test coverage detected