| 65 | |
| 66 | |
| 67 | int64 cSerializerUtil::Copy(iSerializer* pDest, cArchive* pSrc, int64 amt) |
| 68 | { |
| 69 | return CopyImpl(pDest, pSrc, amt); |
| 70 | } |
| 71 | |
| 72 | int64 cSerializerUtil::Copy(cArchive* pDest, iSerializer* pSrc, int64 amt) |
| 73 | { |
nothing calls this directly
no test coverage detected