@@ -6315,6 +6315,8 @@ SWIGINTERN PyObject *_wrap_ExifData_iterator_copy(PyObject *self, PyObject *args
63156315 arg3 = static_cast < Exiv2::ByteOrder >(PyLong_AsLong (obj2));
63166316 }
63176317 {
6318+ PyErr_WarnEx (PyExc_DeprecationWarning,
6319+ " Python scripts should not need to call " " Exiv2::Exifdatum::copy" , 1 );
63186320 try {
63196321 result = (long )(*arg1)->copy (arg2,arg3);
63206322 }
@@ -6376,6 +6378,8 @@ SWIGINTERN PyObject *_wrap_ExifData_iterator_write(PyObject *self, PyObject *arg
63766378 arg3 = reinterpret_cast < Exiv2::ExifData * >(argp3);
63776379 }
63786380 {
6381+ PyErr_WarnEx (PyExc_DeprecationWarning,
6382+ " Python scripts should not need to call " " Exiv2::Exifdatum::write" , 1 );
63796383 try {
63806384 result = (std::ostream *) &(*arg1)->write (*arg2,(Exiv2::ExifData const *)arg3);
63816385 }
@@ -7784,6 +7788,8 @@ SWIGINTERN PyObject *_wrap_Exifdatum_copy(PyObject *self, PyObject *args) {
77847788 arg3 = static_cast < Exiv2::ByteOrder >(PyLong_AsLong (obj2));
77857789 }
77867790 {
7791+ PyErr_WarnEx (PyExc_DeprecationWarning,
7792+ " Python scripts should not need to call " " Exiv2::Exifdatum::copy" , 1 );
77877793 try {
77887794 result = (long )((Exiv2::Exifdatum const *)arg1)->copy (arg2,arg3);
77897795 }
@@ -7845,6 +7851,8 @@ SWIGINTERN PyObject *_wrap_Exifdatum_write(PyObject *self, PyObject *args) {
78457851 arg3 = reinterpret_cast < Exiv2::ExifData * >(argp3);
78467852 }
78477853 {
7854+ PyErr_WarnEx (PyExc_DeprecationWarning,
7855+ " Python scripts should not need to call " " Exiv2::Exifdatum::write" , 1 );
78487856 try {
78497857 result = (std::ostream *) &((Exiv2::Exifdatum const *)arg1)->write (*arg2,(Exiv2::ExifData const *)arg3);
78507858 }
0 commit comments