| 169 | inline G4int IfCommandFailed() { return commandFailureCode; } |
| 170 | inline const G4String& GetFailureDescription() { return failureDescription; } |
| 171 | inline void ResetFailure() |
| 172 | { |
| 173 | commandFailureCode = 0; |
| 174 | failureDescription = ""; |
| 175 | } |
| 176 | |
| 177 | public: |
| 178 | enum CommandType |
no outgoing calls
no test coverage detected