/*************************************************************************** qwthandlers.cpp - Qwt specific marshallers ------------------- begin : 11-14-2010 copyright : (C) 2010 Chris Burel email : chrisburel@gmail.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either vesion 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ // Perl headers extern "C" { #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" } #include #include TypeHandler Qwt_handlers[] = { { 0, 0 } //end of list };