| 4846 | } |
| 4847 | |
| 4848 | void decodeDate(ISC_DATE date, unsigned* year, unsigned* month, unsigned* day) |
| 4849 | { |
| 4850 | static_cast<VTable*>(this->cloopVTable)->decodeDate(this, date, year, month, day); |
| 4851 | } |
| 4852 | |
| 4853 | void decodeTime(ISC_TIME time, unsigned* hours, unsigned* minutes, unsigned* seconds, unsigned* fractions) |
| 4854 | { |