diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch')
-rw-r--r-- | packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch b/packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch index e69de29bb2..3ca1c2b8aa 100644 --- a/packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch +++ b/packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch @@ -0,0 +1,21 @@ +2005-05-06 Steven Brown <swbrown@ucsd.edu> + + * sigcx/tunnel.h: Predeclare pack<R,P1>, fixing issue with + TunnelCallback1<R,P1>::pack_n_tunnel calling it before it was known. + + +diff -ruN libsigcx-0.6.4-old/sigcx/tunnel.h libsigcx-0.6.4/sigcx/tunnel.h +--- libsigcx-0.6.4-old/sigcx/tunnel.h 2005-05-06 22:08:33.000000000 -0700 ++++ libsigcx-0.6.4/sigcx/tunnel.h 2005-05-06 22:10:22.000000000 -0700 +@@ -188,6 +188,11 @@ + ***** Tunnel 1 + ****************************************************************/ + ++/* Predeclare pack<R,P1> */ ++template <class R,class P1> ++class TunnelCallback1; ++template <class R,class P1> ++TunnelCallback1<R,P1> *pack(const SigC::Slot1<R,P1>& s,P1 p1); + + /** Tunnel callback for 1 arguments. */ + template <class R,class P1> |