Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ace/files: ace-missing-refcountable-header.patch
Date: Tue, 04 Nov 2008 13:36:10
Message-Id: E1KxM4m-0002gX-5J@stork.gentoo.org
1 dragonheart 08/11/04 13:36:08
2
3 Added: ace-missing-refcountable-header.patch
4 Log:
5 included patch as per bug #243234 thanks to Priit Laes
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/ace/files/ace-missing-refcountable-header.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ace/files/ace-missing-refcountable-header.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ace/files/ace-missing-refcountable-header.patch?rev=1.1&content-type=text/plain
13
14 Index: ace-missing-refcountable-header.patch
15 ===================================================================
16 --- ace/Makefile.am.orig 2008-10-22 22:28:29.000000000 +0300
17 +++ ace/Makefile.am 2008-10-22 22:29:50.000000000 +0300
18 @@ -876,6 +876,7 @@
19 Recursive_Thread_Mutex.inl \
20 Recyclable.h \
21 Recyclable.inl \
22 + Refcountable.h \
23 Refcountable_T.cpp \
24 Refcountable_T.h \
25 Refcountable_T.inl \
26 @@ -1054,6 +1055,7 @@
27 Timeprobe_T.h \
28 Timer_Hash_T.cpp \
29 Timer_Hash_T.h \
30 + Timer_Heap.h \
31 Timer_Heap_T.cpp \
32 Timer_Heap_T.h \
33 Timer_List_T.cpp \
34 @@ -1061,6 +1063,7 @@
35 Timer_Queue_Adapters.cpp \
36 Timer_Queue_Adapters.h \
37 Timer_Queue_Adapters.inl \
38 + Timer_Queue.h \
39 Timer_Queue_T.cpp \
40 Timer_Queue_T.h \
41 Timer_Queue_T.inl \