From b18840d438a8c02ffb7854e0d7ed8525f88c3d44 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 7 Nov 2008 16:03:37 +0000 Subject: [PATCH] Removed due to problems with build --- src/osgWrappers/osgDB/fstream.cpp | 70 ------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 src/osgWrappers/osgDB/fstream.cpp diff --git a/src/osgWrappers/osgDB/fstream.cpp b/src/osgWrappers/osgDB/fstream.cpp deleted file mode 100644 index b66a82419..000000000 --- a/src/osgWrappers/osgDB/fstream.cpp +++ /dev/null @@ -1,70 +0,0 @@ -// *************************************************************************** -// -// Generated automatically by genwrapper. -// Please DO NOT EDIT this file! -// -// *************************************************************************** - -#include -#include -#include -#include - -#include - -// Must undefine IN and OUT macros defined in Windows headers -#ifdef IN -#undef IN -#endif -#ifdef OUT -#undef OUT -#endif - -BEGIN_VALUE_REFLECTOR(osgDB::fstream) - I_DeclaringFile("osgDB/fstream"); - I_Constructor0(____fstream, - "", - ""); - I_ConstructorWithDefaults2(IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in|std::ios_base::out, - ____fstream__C5_char_P1__std_ios_base_openmode, - "", - ""); - I_MethodWithDefaults2(void, open, IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in|std::ios_base::out, - Properties::NON_VIRTUAL, - __void__open__C5_char_P1__std_ios_base_openmode, - "", - ""); -END_REFLECTOR - -BEGIN_VALUE_REFLECTOR(osgDB::ifstream) - I_DeclaringFile("osgDB/fstream"); - I_Constructor0(____ifstream, - "", - ""); - I_ConstructorWithDefaults2(IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in, - ____ifstream__C5_char_P1__std_ios_base_openmode, - "", - ""); - I_MethodWithDefaults2(void, open, IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::in, - Properties::NON_VIRTUAL, - __void__open__C5_char_P1__std_ios_base_openmode, - "", - ""); -END_REFLECTOR - -BEGIN_VALUE_REFLECTOR(osgDB::ofstream) - I_DeclaringFile("osgDB/fstream"); - I_Constructor0(____ofstream, - "", - ""); - I_ConstructorWithDefaults2(IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::out, - ____ofstream__C5_char_P1__std_ios_base_openmode, - "", - ""); - I_MethodWithDefaults2(void, open, IN, const char *, filename, , IN, std::ios_base::openmode, mode, std::ios_base::out, - Properties::NON_VIRTUAL, - __void__open__C5_char_P1__std_ios_base_openmode, - "", - ""); -END_REFLECTOR -