00001 // This file's extension implies that it's C, but it's really -*- C++ -*-. 00002 00025 #ifndef GAUDIPYTHON_PYROOTPICKLE_H 00026 #define GAUDIPYTHON_PYROOTPICKLE_H 00027 00028 00029 #ifdef _POSIX_C_SOURCE 00030 # undef _POSIX_C_SOURCE 00031 #endif 00032 #include "Python.h" 00033 00034 00035 namespace GaudiPython { 00036 00037 00038 class PyROOTPickle 00039 { 00040 public: 00046 static void Initialize (PyObject* libpyroot_pymodule, 00047 PyObject* objectproxy_pytype); 00048 }; 00049 00050 00051 } // namespace GaudiPython 00052 00053 00054 #endif // not GAUDIPYTHON_PYROOTPICKLE_H