PyROOTPickle.h
Go to the documentation of this file.00001
00002
00025 #ifndef GAUDIPYTHON_PYROOTPICKLE_H
00026 #define GAUDIPYTHON_PYROOTPICKLE_H
00027
00028 #include "GaudiKernel/Kernel.h"
00029
00030 #ifdef _POSIX_C_SOURCE
00031 # undef _POSIX_C_SOURCE
00032 #endif
00033 #include "Python.h"
00034
00035
00036 namespace GaudiPython {
00037
00038
00039 class GAUDI_API PyROOTPickle
00040 {
00041 public:
00047 static void Initialize (PyObject* libpyroot_pymodule,
00048 PyObject* objectproxy_pytype);
00049 };
00050
00051
00052 }
00053
00054
00055 #endif // not GAUDIPYTHON_PYROOTPICKLE_H