]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libsigcx / libsigcx0 / libsigcx-0.6.4-pack-predeclare-swb.patch
1 2005-05-06  Steven Brown  <swbrown@ucsd.edu>
2
3         * sigcx/tunnel.h: Predeclare pack<R,P1>, fixing issue with
4         TunnelCallback1<R,P1>::pack_n_tunnel calling it before it was known.
5
6
7 diff -ruN libsigcx-0.6.4-old/sigcx/tunnel.h libsigcx-0.6.4/sigcx/tunnel.h
8 --- libsigcx-0.6.4-old/sigcx/tunnel.h   2005-05-06 22:08:33.000000000 -0700
9 +++ libsigcx-0.6.4/sigcx/tunnel.h       2005-05-06 22:10:22.000000000 -0700
10 @@ -188,6 +188,11 @@
11  *****  Tunnel 1
12  ****************************************************************/
13  
14 +/* Predeclare pack<R,P1> */
15 +template <class R,class P1>
16 +class TunnelCallback1;
17 +template <class R,class P1>
18 +TunnelCallback1<R,P1> *pack(const SigC::Slot1<R,P1>& s,P1 p1);
19  
20  /** Tunnel callback for 1 arguments. */
21  template <class R,class P1>