| 800 | } |
| 801 | |
| 802 | int classObj_updateFromString(classObj *self, char *snippet) { |
| 803 | return msUpdateClassFromString(self, snippet, MS_FALSE); |
| 804 | } |
| 805 | |
| 806 | void classObj_destroy(classObj *self) { |
| 807 | return; /* do nothing, map deconstrutor takes care of it all */ |
no test coverage detected