--------------------------------------------------------------------
| 452 | |
| 453 | // -------------------------------------------------------------------- |
| 454 | G4int G4UImanager::ApplyCommand(const G4String& aCmd) |
| 455 | { |
| 456 | return ApplyCommand(aCmd.data()); |
| 457 | } |
| 458 | |
| 459 | // -------------------------------------------------------------------- |
| 460 | G4int G4UImanager::ApplyCommand(const char* aCmd) |
nothing calls this directly
no test coverage detected