From 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 21 Jan 2005 15:36:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'. --- .../gtkmm12/files/patch-src::gtk--::base.h | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h (limited to 'x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h') diff --git a/x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h b/x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h deleted file mode 100644 index 5da3b98d9bc1..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h +++ /dev/null @@ -1,40 +0,0 @@ ---- src/gtk--/base.h.orig Tue Nov 14 21:23:11 2000 -+++ src/gtk--/base.h Wed Oct 13 05:01:59 2004 -@@ -99,12 +99,10 @@ - - /* Translating API */ - --/* - // used to give error on unwrapped types; connect Gtk-- crew --template struct NotWrapped; -+template struct NotWrapped {typedef void Type;}; - // hook for C => C++ translation - template struct Wrap {typedef typename NotWrapped::Type CppType;}; --*/ - - class Object; - class ObjectClass; -@@ -118,19 +116,19 @@ - - // Request a specific wrapper for an object. - template --Cpp* wrap_new(typename Cpp::BaseObjectType* o) -+inline Cpp* wrap_new(typename Cpp::BaseObjectType* o) - { - return (typename Cpp::CppClassType::wrap_new(o)); - } - - // interface to gtk-- --/* -+ - template --typename Wrap::CppType* wrap(C* o) -+inline typename Wrap::CppType* wrap(C* o) - { - return dynamic_cast::CppType*>(wrap_auto((GtkObject*)(o))); - } --*/ -+ - - /********************************************************************/ - -- cgit v1.2.3