| 841 | } |
| 842 | |
| 843 | void set(CheckStatusWrapper* status, const char* newName) |
| 844 | { |
| 845 | try |
| 846 | { |
| 847 | namesList = newName; |
| 848 | namesList.alltrim(" \t"); |
| 849 | next(status); |
| 850 | } |
| 851 | catch (const Firebird::Exception& ex) |
| 852 | { |
| 853 | ex.stuffException(status); |
| 854 | } |
| 855 | } |
| 856 | |
| 857 | IPluginBase* getPlugin(CheckStatusWrapper* status); |
| 858 | void next(CheckStatusWrapper* status); |
no test coverage detected