From 822987543280fd06375eaeea3ba9fb90dd3f657f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 9 Mar 2006 15:16:18 +0000 Subject: [PATCH] Checked in the genwrapper generated Export.cpp. This does seem to be an eroneously built file though since Export.cpp doesn't appear in the other plugins... I have checked it in here to keep the builds running, there isn't actually any useful body in the Export.cpp. --- src/osgWrappers/osgProducer/Export.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/osgWrappers/osgProducer/Export.cpp diff --git a/src/osgWrappers/osgProducer/Export.cpp b/src/osgWrappers/osgProducer/Export.cpp new file mode 100644 index 000000000..a6014b47d --- /dev/null +++ b/src/osgWrappers/osgProducer/Export.cpp @@ -0,0 +1,21 @@ +// *************************************************************************** +// +// Generated automatically by genwrapper. +// Please DO NOT EDIT this file! +// +// *************************************************************************** + +#include +#include +#include + +#include + +// Must undefine IN and OUT macros defined in Windows headers +#ifdef IN +#undef IN +#endif +#ifdef OUT +#undef OUT +#endif +