diff Sources/Plugin.cpp @ 213:f8dc8dd2da76

documented orthanc.RegisterIncomingCStoreInstanceFilter() and orthanc.RegisterReceivedInstanceCallback()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jul 2024 14:56:51 +0200
parents 2db6c1f6417f
children d74ed3e6423e
line wrap: on
line diff
--- a/Sources/Plugin.cpp	Wed Jul 03 14:39:25 2024 +0200
+++ b/Sources/Plugin.cpp	Wed Jul 03 14:56:51 2024 +0200
@@ -277,20 +277,6 @@
 
   std::list<PyMethodDef> functions;
 
-  
-  /**
-   * New in release 4.0
-   **/
-  
-  {
-    PyMethodDef f = { "RegisterIncomingCStoreInstanceFilter", RegisterIncomingCStoreInstanceFilter, METH_VARARGS, "" };
-    functions.push_back(f);
-  }
-
-  {
-    PyMethodDef f = { "RegisterReceivedInstanceCallback", RegisterReceivedInstanceCallback, METH_VARARGS, "" };
-    functions.push_back(f);
-  }
 
   /**
    * New in release 4.1