Changeset 7044
- Timestamp:
- 25/10/10 18:10:40 (19 months ago)
- Location:
- trunk
- Files:
-
- 56 modified
-
ALIV3/a3_seq.hxx (modified) (1 diff)
-
ARBDB/adGene.h (modified) (1 diff)
-
ARBDB/arb_assert.h (modified) (1 diff)
-
ARBDB/arbdb_base.h (modified) (1 diff)
-
ARBDB/gb_localdata.h (modified) (1 diff)
-
AWT/awt_hotkeys.hxx (modified) (1 diff)
-
AWT/awt_input_mask.hxx (modified) (1 diff)
-
AWT/awt_input_mask_internal.hxx (modified) (1 diff)
-
AWTI/awti_imp_local.hxx (modified) (1 diff)
-
BUGEX/bugex.h (modified) (1 diff)
-
DIST/di_clustertree.hxx (modified) (1 diff)
-
DIST/di_foundclusters.hxx (modified) (1 diff)
-
EDIT4/ed4_class.hxx (modified) (1 diff)
-
GENOM/GEN_gene.hxx (modified) (1 diff)
-
GENOM_IMPORT/defs.h (modified) (1 diff)
-
GENOM_IMPORT/tools.h (modified) (1 diff)
-
GENOM_IMPORT/types.h (modified) (1 diff)
-
NALIGNER/ali_misc.hxx (modified) (1 diff)
-
NALIGNER/ali_sequence.hxx (modified) (1 diff)
-
PARSIMONY/ap_tree_nlen.hxx (modified) (1 diff)
-
PRIMER_DESIGN/PRD_Globals.hxx (modified) (1 diff)
-
PROBE_DESIGN/SaiProbeVisualization.hxx (modified) (1 diff)
-
PROBE_SET/ps_candidate.hxx (modified) (1 diff)
-
PROBE_SET/ps_defs.hxx (modified) (1 diff)
-
SECEDIT/SEC_abspos.hxx (modified) (1 diff)
-
SECEDIT/SEC_drawn_pos.hxx (modified) (1 diff)
-
SECEDIT/SEC_graphic.hxx (modified) (1 diff)
-
SECEDIT/SEC_root.hxx (modified) (1 diff)
-
SEQ_QUALITY/SQ_GroupData.h (modified) (1 diff)
-
SEQ_QUALITY/SQ_helix.h (modified) (1 diff)
-
SEQ_QUALITY/SQ_physical_layout.h (modified) (1 diff)
-
SL/FILE_BUFFER/FileBuffer.h (modified) (2 diffs)
-
SL/REGEXPR/RegExpr.hxx (modified) (1 diff)
-
STAT/st_ml.hxx (modified) (1 diff)
-
TEMPLATES/SigHandler.h (modified) (1 diff)
-
TEMPLATES/arb_backtrace.h (modified) (1 diff)
-
TEMPLATES/arb_str.h (modified) (1 diff)
-
TEMPLATES/config_parser.h (modified) (1 diff)
-
TEMPLATES/dupstr.h (modified) (1 diff)
-
TEMPLATES/output.h (modified) (1 diff)
-
TEMPLATES/perf_timer.h (modified) (1 diff)
-
TREEGEN/base.h (modified) (1 diff)
-
TREEGEN/defines.h (modified) (1 diff)
-
TREEGEN/frand.h (modified) (1 diff)
-
TREEGEN/readcfg.h (modified) (1 diff)
-
TREEGEN/rns.h (modified) (1 diff)
-
TREEGEN/sim.c (modified) (1 diff)
-
TREEGEN/simcfg.h (modified) (1 diff)
-
TREEGEN/spreadin.h (modified) (1 diff)
-
UNIT_TESTER/UnitTester.hxx (modified) (1 diff)
-
UNIT_TESTER/test_global.h (modified) (1 diff)
-
UNIT_TESTER/test_unit.h (modified) (1 diff)
-
WINDOW/aw_nawar.hxx (modified) (1 diff)
-
WINDOW/aw_position.hxx (modified) (1 diff)
-
XML_IMPORT/IMP_TREE/MySAXHandler.hxx (modified) (1 diff)
-
XML_IMPORT/IMP_TREE/sax2Handler.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ALIV3/a3_seq.hxx
r6488 r7044 15 15 #include "a3_types.h" 16 16 #endif 17 #ifndef _ CPP_CSTRING17 #ifndef _GLIBCXX_CSTRING 18 18 #include <cstring> 19 19 #endif -
trunk/ARBDB/adGene.h
r6490 r7044 13 13 #define ADGENE_H 14 14 15 #ifndef _ CPP_CSTDLIB15 #ifndef _GLIBCXX_CSTDLIB 16 16 #include <cstdlib> 17 17 #endif -
trunk/ARBDB/arb_assert.h
r7040 r7044 15 15 #ifndef ARB_ASSERT_H 16 16 #define ARB_ASSERT_H 17 18 // [WhyIncludeHere] 19 // need to include all headers needed for unit-tests here [sic] 20 // if only included inside test_global.h, developing with active unit-tests 21 // will always break non-unit-test-builds. 22 23 #ifndef _STDARG_H 24 #include <stdarg.h> 25 #endif 26 #ifndef _STDIO_H 27 #include <stdio.h> 28 #endif 29 #ifndef _ERRNO_H 30 #include <errno.h> 31 #endif 32 #ifndef _STRING_H 33 #include <string.h> 34 #endif 17 35 18 36 /* ------------------------------------------------------------ -
trunk/ARBDB/arbdb_base.h
r6490 r7044 14 14 #define ARBDB_BASE_H 15 15 16 #ifndef _ CPP_CSTDIO16 #ifndef _GLIBCXX_CSTDIO 17 17 #include <cstdio> 18 18 #endif -
trunk/ARBDB/gb_localdata.h
r6654 r7044 12 12 #define GB_LOCALDATA_H 13 13 14 #ifndef _ CPP_CSTDDEF14 #ifndef _GLIBCXX_CSTDDEF 15 15 #include <cstddef> 16 16 #endif -
trunk/AWT/awt_hotkeys.hxx
r6381 r7044 16 16 #define AWT_HOTKEYS_HXX 17 17 18 #ifndef _ CPP_STRING18 #ifndef _GLIBCXX_STRING 19 19 #include <string> 20 20 #endif 21 21 22 22 #if defined(DEBUG) 23 #ifndef _ CPP_CSTDIO23 #ifndef _GLIBCXX_CSTDIO 24 24 #include <cstdio> 25 25 #endif -
trunk/AWT/awt_input_mask.hxx
r6434 r7044 16 16 #define AWT_INPUT_MASK_HXX 17 17 18 #ifndef _ CPP_STRING18 #ifndef _GLIBCXX_STRING 19 19 #include <string> 20 20 #endif -
trunk/AWT/awt_input_mask_internal.hxx
r6867 r7044 29 29 #endif 30 30 31 #ifndef _ CPP_MAP31 #ifndef _GLIBCXX_MAP 32 32 #include <map> 33 33 #endif 34 #ifndef _ CPP_LIST34 #ifndef _GLIBCXX_LIST 35 35 #include <list> 36 36 #endif 37 #ifndef _ CPP_VECTOR37 #ifndef _GLIBCXX_VECTOR 38 38 #include <vector> 39 39 #endif -
trunk/AWTI/awti_imp_local.hxx
r6656 r7044 12 12 #define AWTI_IMP_LOCAL_HXX 13 13 14 #ifndef _ CPP_STRING14 #ifndef _GLIBCXX_STRING 15 15 #include <string> 16 16 #endif -
trunk/BUGEX/bugex.h
r6704 r7044 74 74 #if defined(BUGEX_DUMPS) 75 75 76 #ifndef _ CPP_CCTYPE76 #ifndef _GLIBCXX_CCTYPE 77 77 #include <cctype> 78 78 #endif -
trunk/DIST/di_clustertree.hxx
r6483 r7044 20 20 #endif 21 21 22 #ifndef _ CPP_CLIMITS22 #ifndef _GLIBCXX_CLIMITS 23 23 #include <climits> 24 24 #endif 25 #ifndef _ CPP_STRING25 #ifndef _GLIBCXX_STRING 26 26 #include <string> 27 27 #endif 28 #ifndef _ CPP_MAP28 #ifndef _GLIBCXX_MAP 29 29 #include <map> 30 30 #endif -
trunk/DIST/di_foundclusters.hxx
r6568 r7044 21 21 22 22 23 #ifndef _ CPP_SET23 #ifndef _GLIBCXX_SET 24 24 #include <set> 25 25 #endif 26 #ifndef _ CPP_MAP26 #ifndef _GLIBCXX_MAP 27 27 #include <map> 28 28 #endif 29 #ifndef _ CPP_VECTOR29 #ifndef _GLIBCXX_VECTOR 30 30 #include <vector> 31 31 #endif 32 #ifndef _ CPP_ALGORITHM32 #ifndef _GLIBCXX_ALGORITHM 33 33 #include <algorithm> 34 34 #endif 35 #ifndef _ CPP_STRING35 #ifndef _GLIBCXX_STRING 36 36 #include <string> 37 37 #endif -
trunk/EDIT4/ed4_class.hxx
r6867 r7044 26 26 #include "ed4_search.hxx" 27 27 #endif 28 #ifndef _ CPP_SET28 #ifndef _GLIBCXX_SET 29 29 #include <set> 30 30 #endif -
trunk/GENOM/GEN_gene.hxx
r6867 r7044 20 20 #endif 21 21 22 #ifndef _ CPP_SET22 #ifndef _GLIBCXX_SET 23 23 #include <set> 24 24 #endif 25 #ifndef _ CPP_STRING25 #ifndef _GLIBCXX_STRING 26 26 #include <string> 27 27 #endif -
trunk/GENOM_IMPORT/defs.h
r6385 r7044 12 12 #define DEFS_H 13 13 14 #ifndef _ CPP_STRING14 #ifndef _GLIBCXX_STRING 15 15 #include <string> 16 16 #endif -
trunk/GENOM_IMPORT/tools.h
r6385 r7044 15 15 #include "types.h" 16 16 #endif 17 #ifndef _ CPP_CCTYPE17 #ifndef _GLIBCXX_CCTYPE 18 18 #include <cctype> 19 19 #endif 20 #ifndef _ CPP_ALGORITHM20 #ifndef _GLIBCXX_ALGORITHM 21 21 #include <algorithm> 22 22 #endif -
trunk/GENOM_IMPORT/types.h
r5777 r7044 16 16 #endif 17 17 18 #ifndef _ CPP_MAP18 #ifndef _GLIBCXX_MAP 19 19 #include <map> 20 20 #endif 21 #ifndef _ CPP_SET21 #ifndef _GLIBCXX_SET 22 22 #include <set> 23 23 #endif 24 #ifndef _ CPP_VECTOR24 #ifndef _GLIBCXX_VECTOR 25 25 #include <vector> 26 26 #endif -
trunk/NALIGNER/ali_misc.hxx
r6385 r7044 12 12 #define ALI_MISC_HXX 13 13 14 #ifndef _ CPP_CSTDIO14 #ifndef _GLIBCXX_CSTDIO 15 15 #include <cstdio> 16 16 #endif 17 #ifndef _ CPP_CSTDLIB17 #ifndef _GLIBCXX_CSTDLIB 18 18 #include <cstdlib> 19 19 #endif -
trunk/NALIGNER/ali_sequence.hxx
r6383 r7044 12 12 #define ALI_SEQUENCE_HXX 13 13 14 #ifndef _ CPP_CSTRING14 #ifndef _GLIBCXX_CSTRING 15 15 #include <cstring> 16 16 #endif -
trunk/PARSIMONY/ap_tree_nlen.hxx
r6385 r7044 13 13 #define AP_TREE_NLEN_HXX 14 14 15 #ifndef _ CPP_IOSTREAM15 #ifndef _GLIBCXX_IOSTREAM 16 16 #include <iostream> 17 17 #endif 18 #ifndef _ CPP_CLIMITS18 #ifndef _GLIBCXX_CLIMITS 19 19 #include <climits> 20 20 #endif -
trunk/PRIMER_DESIGN/PRD_Globals.hxx
r6385 r7044 2 2 #define PRD_GLOBALS_HXX 3 3 4 #ifndef _ CPP_CLIMITS4 #ifndef _GLIBCXX_CLIMITS 5 5 #include <climits> 6 6 #endif -
trunk/PROBE_DESIGN/SaiProbeVisualization.hxx
r6656 r7044 2 2 #define SAIPROBEVISUALIZATION_HXX 3 3 4 #ifndef _ CPP_CCTYPE4 #ifndef _GLIBCXX_CCTYPE 5 5 #include <cctype> 6 6 #endif 7 #ifndef _ CPP_VECTOR7 #ifndef _GLIBCXX_VECTOR 8 8 #include <vector> 9 9 #endif -
trunk/PROBE_SET/ps_candidate.hxx
r6385 r7044 20 20 #endif 21 21 22 #ifndef _ CPP_CLIMITS22 #ifndef _GLIBCXX_CLIMITS 23 23 #include <climits> 24 24 #endif -
trunk/PROBE_SET/ps_defs.hxx
r6366 r7044 2 2 #define PS_DEFS_HXX 3 3 4 #ifndef _ CPP_MAP4 #ifndef _GLIBCXX_MAP 5 5 #include <map> 6 6 #endif 7 #ifndef _ CPP_SET7 #ifndef _GLIBCXX_SET 8 8 #include <set> 9 9 #endif 10 #ifndef _ CPP_VECTOR10 #ifndef _GLIBCXX_VECTOR 11 11 #include <vector> 12 12 #endif 13 #ifndef _ CPP_STRING13 #ifndef _GLIBCXX_STRING 14 14 #include <string> 15 15 #endif -
trunk/SECEDIT/SEC_abspos.hxx
r6385 r7044 13 13 #define SEC_ABSPOS_HXX 14 14 15 #ifndef _ CPP_CSTDIO15 #ifndef _GLIBCXX_CSTDIO 16 16 #include <cstdio> 17 17 #endif -
trunk/SECEDIT/SEC_drawn_pos.hxx
r6385 r7044 13 13 #define SEC_DRAWN_POS_HXX 14 14 15 #ifndef _ CPP_MAP15 #ifndef _GLIBCXX_MAP 16 16 #include <map> 17 17 #endif -
trunk/SECEDIT/SEC_graphic.hxx
r6385 r7044 13 13 #define SEC_GRAPHIC_HXX 14 14 15 #ifndef _ CPP_CCTYPE15 #ifndef _GLIBCXX_CCTYPE 16 16 #include <cctype> 17 17 #endif -
trunk/SECEDIT/SEC_root.hxx
r6865 r7044 12 12 #define SEC_ROOT_HXX 13 13 14 #ifndef _ CPP_IOSFWD14 #ifndef _GLIBCXX_IOSFWD 15 15 #include <iosfwd> 16 16 #endif -
trunk/SEQ_QUALITY/SQ_GroupData.h
r6381 r7044 17 17 #define SQ_GROUPDATA_H 18 18 19 #ifndef _ CPP_CSTDDEF19 #ifndef _GLIBCXX_CSTDDEF 20 20 # include <cstddef> 21 21 #endif 22 #ifndef _ CPP_IOSTREAM22 #ifndef _GLIBCXX_IOSTREAM 23 23 # include <iostream> 24 24 #endif -
trunk/SEQ_QUALITY/SQ_helix.h
r6571 r7044 13 13 // ==================================================================== // 14 14 15 #ifndef _ CPP_STRING15 #ifndef _GLIBCXX_STRING 16 16 #include <string> 17 17 #endif 18 #ifndef _ CPP_MAP18 #ifndef _GLIBCXX_MAP 19 19 #include <map> 20 20 #endif -
trunk/SEQ_QUALITY/SQ_physical_layout.h
r6381 r7044 13 13 // ==================================================================== // 14 14 15 #ifndef _ CPP_CMATH15 #ifndef _GLIBCXX_CMATH 16 16 #include <cmath> 17 17 #endif -
trunk/SL/FILE_BUFFER/FileBuffer.h
r7037 r7044 16 16 #define FILEBUFFER_H 17 17 18 #ifndef _ CPP_CSTDIO18 #ifndef _GLIBCXX_CSTDIO 19 19 #include <cstdio> 20 20 #endif … … 41 41 #include <arbtools.h> 42 42 #endif 43 #ifndef _ CPP_STRING43 #ifndef _GLIBCXX_STRING 44 44 #include <string> 45 45 #endif -
trunk/SL/REGEXPR/RegExpr.hxx
r5803 r7044 21 21 #define re_assert(cond) arb_assert(cond) 22 22 23 #ifndef _ CPP_STRING23 #ifndef _GLIBCXX_STRING 24 24 #include <string> 25 25 #endif -
trunk/STAT/st_ml.hxx
r6480 r7044 15 15 #include <arbdb_base.h> 16 16 #endif 17 #ifndef _ CPP_ALGORITHM17 #ifndef _GLIBCXX_ALGORITHM 18 18 #include <algorithm> 19 19 #endif -
trunk/TEMPLATES/SigHandler.h
r7042 r7044 24 24 #endif 25 25 26 #ifndef _ CPP_CSTDIO26 #ifndef _GLIBCXX_CSTDIO 27 27 #include <cstdio> 28 28 #endif 29 #ifndef _ CPP_CERRNO29 #ifndef _GLIBCXX_CERRNO 30 30 #include <cerrno> 31 31 #endif -
trunk/TEMPLATES/arb_backtrace.h
r6695 r7044 15 15 #define MAX_BACKTRACE 66 16 16 17 #ifndef _ CPP_CSTDLIB17 #ifndef _GLIBCXX_CSTDLIB 18 18 #include <cstdlib> 19 19 #endif 20 #ifndef _ CPP_CSTDIO20 #ifndef _GLIBCXX_CSTDIO 21 21 #include <cstdio> 22 22 #endif -
trunk/TEMPLATES/arb_str.h
r6813 r7044 13 13 #define ARB_STR_H 14 14 15 #ifndef _ CPP_CSTDDEF15 #ifndef _GLIBCXX_CSTDDEF 16 16 #include <cstddef> 17 17 #endif 18 #ifndef _ CPP_CCTYPE18 #ifndef _GLIBCXX_CCTYPE 19 19 #include <cctype> 20 20 #endif -
trunk/TEMPLATES/config_parser.h
r6366 r7044 28 28 29 29 30 #ifndef _ CPP_MAP30 #ifndef _GLIBCXX_MAP 31 31 #include <map> 32 32 #endif 33 #ifndef _ CPP_CSTDIO33 #ifndef _GLIBCXX_CSTDIO 34 34 #include <cstdio> 35 35 #endif 36 #ifndef _ CPP_STRING36 #ifndef _GLIBCXX_STRING 37 37 #include <string> 38 38 #endif -
trunk/TEMPLATES/dupstr.h
r6490 r7044 28 28 29 29 30 #ifndef _ CPP_CSTRING30 #ifndef _GLIBCXX_CSTRING 31 31 #include <cstring> 32 32 #endif 33 #ifndef _ CPP_CSTDLIB33 #ifndef _GLIBCXX_CSTDLIB 34 34 #include <cstdlib> 35 35 #endif -
trunk/TEMPLATES/output.h
r6381 r7044 16 16 #define OUTPUT_H 17 17 18 #ifndef _ CPP_CSTDARG18 #ifndef _GLIBCXX_CSTDARG 19 19 #include <cstdarg> 20 20 #endif -
trunk/TEMPLATES/perf_timer.h
r5675 r7044 14 14 #define PERF_TIMER_H 15 15 16 #ifndef _ CPP_STRING16 #ifndef _GLIBCXX_STRING 17 17 #include <string> 18 18 #endif 19 #ifndef _ CPP_CSTDIO19 #ifndef _GLIBCXX_CSTDIO 20 20 #include <cstdio> 21 21 #endif 22 #ifndef _ CPP_CTIME22 #ifndef _GLIBCXX_CTIME 23 23 #include <ctime> 24 24 #endif -
trunk/TREEGEN/base.h
r6385 r7044 1 #ifndef __BASE_H2 #define __BASE_H1 #ifndef BASE_H 2 #define BASE_H 3 3 4 #ifndef __DEFINES_H4 #ifndef DEFINES_H 5 5 #include "defines.h" 6 6 #endif -
trunk/TREEGEN/defines.h
r6385 r7044 1 #ifndef __DEFINES_H2 #define __DEFINES_H1 #ifndef DEFINES_H 2 #define DEFINES_H 3 3 4 #ifndef _ _STDIO_H4 #ifndef _STDIO_H 5 5 #include <stdio.h> 6 6 #endif 7 8 7 #ifndef ATTRIBUTES_H 9 8 #include <attributes.h> -
trunk/TREEGEN/frand.h
r6385 r7044 1 #ifndef __FRAND_H2 #define __FRAND_H1 #ifndef FRAND_H 2 #define FRAND_H 3 3 4 #ifndef __DEFINES_H4 #ifndef DEFINES_H 5 5 #include "defines.h" 6 6 #endif -
trunk/TREEGEN/readcfg.h
r6385 r7044 1 #ifndef __READCFG_H2 #define __READCFG_H1 #ifndef READCFG_H 2 #define READCFG_H 3 3 4 #ifndef __DEFINES_H4 #ifndef DEFINES_H 5 5 #include "defines.h" 6 6 #endif -
trunk/TREEGEN/rns.h
r6385 r7044 1 #ifndef __RNS_H2 #define __RNS_H1 #ifndef RNS_H 2 #define RNS_H 3 3 4 #ifndef __BASE_H4 #ifndef BASE_H 5 5 #include "base.h" 6 6 #endif 7 #ifndef __SIMCFG_H7 #ifndef SIMCFG_H 8 8 #include "simcfg.h" 9 9 #endif 10 #ifndef __FRAND_H10 #ifndef FRAND_H 11 11 #include "frand.h" 12 12 #endif -
trunk/TREEGEN/sim.c
r6381 r7044 1 #ifndef __RNS_H2 1 #include "rns.h" 3 #endif4 #ifndef __TIME_H5 2 #include <time.h> 6 #endif7 #ifndef __STDLIB_H8 3 #include <stdlib.h> 9 #endif10 4 11 5 /* --------------------------------------------------------------------------- */ -
trunk/TREEGEN/simcfg.h
r6385 r7044 1 #ifndef __SIMCFG_H2 #define __SIMCFG_H1 #ifndef SIMCFG_H 2 #define SIMCFG_H 3 3 4 #ifndef __DEFINES_H4 #ifndef DEFINES_H 5 5 #include "defines.h" 6 6 #endif -
trunk/TREEGEN/spreadin.h
r6385 r7044 1 #ifndef __SPREADIN_H2 #define __SPREADIN_H1 #ifndef SPREADIN_H 2 #define SPREADIN_H 3 3 4 #ifndef __DEFINES_H4 #ifndef DEFINES_H 5 5 #include "defines.h" 6 6 #endif -
trunk/UNIT_TESTER/UnitTester.hxx
r7041 r7044 13 13 #define UNITTESTER_HXX 14 14 15 #ifndef _ CPP_CSTDLIB15 #ifndef _GLIBCXX_CSTDLIB 16 16 #include <cstdlib> 17 17 #endif -
trunk/UNIT_TESTER/test_global.h
r7041 r7044 14 14 #define TEST_GLOBAL_H 15 15 16 #ifndef _CPP_CSTDARG 17 #include <cstdarg> 16 // do not include here - just test 17 // insert includes at ../INCLUDE/arb_assert.h@WhyIncludeHere 18 #ifndef _STDARG_H 19 #error Need cstdarg included 18 20 #endif 19 #ifndef _ CPP_CSTDIO20 # include <cstdio>21 #ifndef _STDIO_H 22 #error Need cstdio included 21 23 #endif 22 #ifndef _ CPP_CERRNO23 # include <cerrno>24 #ifndef _ERRNO_H 25 #error Need cerrno included 24 26 #endif 25 #ifndef _ CPP_CSTRING26 # include <cstring>27 #ifndef _STRING_H 28 #error Need cstring included 27 29 #endif 28 30 -
trunk/UNIT_TESTER/test_unit.h
r7041 r7044 16 16 #include <arb_assert.h> 17 17 #endif 18 #ifndef _ CPP_CSTDARG18 #ifndef _GLIBCXX_CSTDARG 19 19 #include <cstdarg> 20 20 #endif -
trunk/WINDOW/aw_nawar.hxx
r6867 r7044 15 15 #include <cb.h> 16 16 #endif 17 #ifndef _ CPP_CSTDDEF17 #ifndef _GLIBCXX_CSTDDEF 18 18 #include <cstddef> 19 19 #endif -
trunk/WINDOW/aw_position.hxx
r6867 r7044 19 19 #include <arb_assert.h> 20 20 #endif 21 #ifndef _ CPP_CMATH21 #ifndef _GLIBCXX_CMATH 22 22 #include <cmath> 23 23 #endif -
trunk/XML_IMPORT/IMP_TREE/MySAXHandler.hxx
r1818 r7044 2 2 #include <xercesc/framework/XMLFormatter.hpp> 3 3 4 XERCES_ CPP_NAMESPACE_USE4 XERCES_GLIBCXX_NAMESPACE_USE 5 5 6 6 class MySAXHandler : public DefaultHandler, private XMLFormatTarget -
trunk/XML_IMPORT/IMP_TREE/sax2Handler.hxx
r2307 r7044 2 2 #include <xercesc/framework/XMLFormatter.hpp> 3 3 4 XERCES_ CPP_NAMESPACE_USE4 XERCES_GLIBCXX_NAMESPACE_USE 5 5 6 6 class Sax2Handler : public DefaultHandler, private XMLFormatTarget
