| 4856 | } |
| 4857 | |
| 4858 | ISC_DATE encodeDate(unsigned year, unsigned month, unsigned day) |
| 4859 | { |
| 4860 | ISC_DATE ret = static_cast<VTable*>(this->cloopVTable)->encodeDate(this, year, month, day); |
| 4861 | return ret; |
| 4862 | } |
| 4863 | |
| 4864 | ISC_TIME encodeTime(unsigned hours, unsigned minutes, unsigned seconds, unsigned fractions) |
| 4865 | { |