| 5606 | FEM_ObjectBroker &theBroker); |
| 5607 | |
| 5608 | int |
| 5609 | addDatabase(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 5610 | { |
| 5611 | return TclAddDatabase(clientData, interp, argc, argv, theDomain, theBroker); |
| 5612 | } |
| 5613 | |
| 5614 | |
| 5615 | /* |
nothing calls this directly
no test coverage detected