123
This commit is contained in:
8
STLPORT/stlport/BC50/README
Normal file
8
STLPORT/stlport/BC50/README
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
This directory should be included in search path when compiling
|
||||
with Borland C++ 5.0x compiler (maybe later ones, too).
|
||||
|
||||
It provides wrappers that force inclusion of STLport files without extensions.
|
||||
If you want to preserve old-style HP semantics, include ../old_hp BEFORE this directory
|
||||
to include HP-style STL headers (with "using" directives). If namespaces are disabled,
|
||||
this one should be enough.
|
||||
21
STLPORT/stlport/BC50/algorith.h
Normal file
21
STLPORT/stlport/BC50/algorith.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_algorithm_H
|
||||
# define __STLPORT_BC_algorithm_H
|
||||
|
||||
# include <..\algorithm.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
31
STLPORT/stlport/BC50/alloc.h
Normal file
31
STLPORT/stlport/BC50/alloc.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_memory_H
|
||||
# define __STLPORT_BC_memory_H
|
||||
|
||||
# include <..\memory.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/bak/stddef.h
Normal file
21
STLPORT/stlport/BC50/bak/stddef.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cstddef_H
|
||||
# define __STLPORT_BC_cstddef_H
|
||||
|
||||
# include <..\cstddef.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
16
STLPORT/stlport/BC50/bak/stdlib.h
Normal file
16
STLPORT/stlport/BC50/bak/stdlib.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
# include <..\stdlib.h>
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/bitset.h
Normal file
21
STLPORT/stlport/BC50/bitset.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_bitset_H
|
||||
# define __STLPORT_BC_bitset_H
|
||||
|
||||
# include <..\bitset.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cassert.h
Normal file
21
STLPORT/stlport/BC50/cassert.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cassert_H
|
||||
# define __STLPORT_BC_cassert_H
|
||||
|
||||
# include <..\cassert.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cctype.h
Normal file
21
STLPORT/stlport/BC50/cctype.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cctype_H
|
||||
# define __STLPORT_BC_cctype_H
|
||||
|
||||
# include <..\cctype.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cerrno.h
Normal file
21
STLPORT/stlport/BC50/cerrno.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cerrno_H
|
||||
# define __STLPORT_BC_cerrno_H
|
||||
|
||||
# include <..\cerrno.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cfloat.h
Normal file
21
STLPORT/stlport/BC50/cfloat.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cfloat_H
|
||||
# define __STLPORT_BC_cfloat_H
|
||||
|
||||
# include <..\cfloat.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/climits.h
Normal file
21
STLPORT/stlport/BC50/climits.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_climits_H
|
||||
# define __STLPORT_BC_climits_H
|
||||
|
||||
# include <..\climits.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/clocale.h
Normal file
21
STLPORT/stlport/BC50/clocale.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_clocale_H
|
||||
# define __STLPORT_BC_clocale_H
|
||||
|
||||
# include <..\clocale.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cmath.h
Normal file
21
STLPORT/stlport/BC50/cmath.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cmath_H
|
||||
# define __STLPORT_BC_cmath_H
|
||||
|
||||
# include <..\cmath.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
31
STLPORT/stlport/BC50/complex.h
Normal file
31
STLPORT/stlport/BC50/complex.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_complex_H
|
||||
# define __STLPORT_BC_complex_H
|
||||
|
||||
# include <..\complex.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/csetjmp.h
Normal file
21
STLPORT/stlport/BC50/csetjmp.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_csetjmp_H
|
||||
# define __STLPORT_BC_csetjmp_H
|
||||
|
||||
# include <..\csetjmp.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/csignal.h
Normal file
21
STLPORT/stlport/BC50/csignal.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_csignal_H
|
||||
# define __STLPORT_BC_csignal_H
|
||||
|
||||
# include <..\csignal.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cstdarg.h
Normal file
21
STLPORT/stlport/BC50/cstdarg.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cstdarg_H
|
||||
# define __STLPORT_BC_cstdarg_H
|
||||
|
||||
# include <..\cstdarg.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cstddef.h
Normal file
21
STLPORT/stlport/BC50/cstddef.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cstddef_H
|
||||
# define __STLPORT_BC_cstddef_H
|
||||
|
||||
# include <..\cstddef.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cstdio.h
Normal file
21
STLPORT/stlport/BC50/cstdio.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cstdio_H
|
||||
# define __STLPORT_BC_cstdio_H
|
||||
|
||||
# include <..\cstdio.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
16
STLPORT/stlport/BC50/cstdlib.h
Normal file
16
STLPORT/stlport/BC50/cstdlib.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
# include <..\cstdlib.>
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
19
STLPORT/stlport/BC50/cstring.h
Normal file
19
STLPORT/stlport/BC50/cstring.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
#ifndef __STLPORT_BC_cstring_H
|
||||
# define __STLPORT_BC_cstring_H
|
||||
|
||||
# include <..\cstring.>
|
||||
|
||||
#endif
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/ctime.h
Normal file
21
STLPORT/stlport/BC50/ctime.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_ctime_H
|
||||
# define __STLPORT_BC_ctime_H
|
||||
|
||||
# include <..\ctime.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cwchar.h
Normal file
21
STLPORT/stlport/BC50/cwchar.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cwchar_H
|
||||
# define __STLPORT_BC_cwchar_H
|
||||
|
||||
# include <..\cwchar.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/cwctype.h
Normal file
21
STLPORT/stlport/BC50/cwctype.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_cwctype_H
|
||||
# define __STLPORT_BC_cwctype_H
|
||||
|
||||
# include <..\cwctype.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/deque.h
Normal file
21
STLPORT/stlport/BC50/deque.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_deque_H
|
||||
# define __STLPORT_BC_deque_H
|
||||
|
||||
# include <..\deque.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/exceptio.h
Normal file
21
STLPORT/stlport/BC50/exceptio.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_exceptio_H
|
||||
# define __STLPORT_BC_exceptio_H
|
||||
|
||||
# include <..\exception.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/fstream.h
Normal file
21
STLPORT/stlport/BC50/fstream.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_fstream_H
|
||||
# define __STLPORT_BC_fstream_H
|
||||
|
||||
# include <..\fstream.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/function.h
Normal file
21
STLPORT/stlport/BC50/function.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_functional_H
|
||||
# define __STLPORT_BC_functional_H
|
||||
|
||||
# include <..\functional.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/hash_map.h
Normal file
21
STLPORT/stlport/BC50/hash_map.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_hash_map_H
|
||||
# define __STLPORT_BC_hash_map_H
|
||||
|
||||
# include <..\hash_map.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/hash_set.h
Normal file
21
STLPORT/stlport/BC50/hash_set.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_hash_set_H
|
||||
# define __STLPORT_BC_hash_set_H
|
||||
|
||||
# include <..\hash_set.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/iomanip.h
Normal file
21
STLPORT/stlport/BC50/iomanip.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_iomanip_H
|
||||
# define __STLPORT_BC_iomanip_H
|
||||
|
||||
# include <..\iomanip.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/ios.h
Normal file
21
STLPORT/stlport/BC50/ios.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_ios_H
|
||||
# define __STLPORT_BC_ios_H
|
||||
|
||||
# include <..\ios.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/iosfwd.h
Normal file
21
STLPORT/stlport/BC50/iosfwd.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_iosfwd_H
|
||||
# define __STLPORT_BC_iosfwd_H
|
||||
|
||||
# include <..\iosfwd.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/iostream.h
Normal file
21
STLPORT/stlport/BC50/iostream.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_iostream_H
|
||||
# define __STLPORT_BC_iostream_H
|
||||
|
||||
# include <..\iostream.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/istream.h
Normal file
21
STLPORT/stlport/BC50/istream.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_istream_H
|
||||
# define __STLPORT_BC_istream_H
|
||||
|
||||
# include <..\istream.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/iterator.h
Normal file
21
STLPORT/stlport/BC50/iterator.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_iterator_H
|
||||
# define __STLPORT_BC_iterator_H
|
||||
|
||||
# include <..\iterator.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
32
STLPORT/stlport/BC50/limits.h
Normal file
32
STLPORT/stlport/BC50/limits.h
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
// include BC native <limits.h>
|
||||
|
||||
#include <..\climits.>
|
||||
|
||||
#ifndef __IN_STLPORT_CLIMITS
|
||||
# include <..\limits.>
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/list.h
Normal file
21
STLPORT/stlport/BC50/list.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_list_H
|
||||
# define __STLPORT_BC_list_H
|
||||
|
||||
# include <..\list.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
30
STLPORT/stlport/BC50/locale.h
Normal file
30
STLPORT/stlport/BC50/locale.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
# include <..\clocale.>
|
||||
|
||||
# ifndef __IN_STLPORT_CLOCALE
|
||||
# include <..\locale.>
|
||||
# endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
12
STLPORT/stlport/BC50/make_bc50.sh
Normal file
12
STLPORT/stlport/BC50/make_bc50.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
for file in `cat ../export_names`
|
||||
do
|
||||
rm -fr $file.h
|
||||
cat stl_tmpl.h | sed -e "s/REPLACEME/$file/g" > $file.h
|
||||
done
|
||||
|
||||
mv algorithm.h algorith.h
|
||||
mv functional.h function.h
|
||||
mv stdexcept.h stdexcep.h
|
||||
mv streambuf.h streambu.h
|
||||
mv strstream.h strstrea.h
|
||||
21
STLPORT/stlport/BC50/map.h
Normal file
21
STLPORT/stlport/BC50/map.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_map_H
|
||||
# define __STLPORT_BC_map_H
|
||||
|
||||
# include <..\map.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
33
STLPORT/stlport/BC50/memory.h
Normal file
33
STLPORT/stlport/BC50/memory.h
Normal file
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_memory_H
|
||||
# define __STLPORT_BC_memory_H
|
||||
|
||||
# include <..\include\memory.h>
|
||||
|
||||
# include <..\memory.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/numeric.h
Normal file
21
STLPORT/stlport/BC50/numeric.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_numeric_H
|
||||
# define __STLPORT_BC_numeric_H
|
||||
|
||||
# include <..\numeric.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/ostream.h
Normal file
21
STLPORT/stlport/BC50/ostream.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_ostream_H
|
||||
# define __STLPORT_BC_ostream_H
|
||||
|
||||
# include <..\ostream.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/pthread_alloc.h
Normal file
21
STLPORT/stlport/BC50/pthread_alloc.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_pthread_alloc_H
|
||||
# define __STLPORT_BC_pthread_alloc_H
|
||||
|
||||
# include <..\pthread_alloc.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/queue.h
Normal file
21
STLPORT/stlport/BC50/queue.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_queue_H
|
||||
# define __STLPORT_BC_queue_H
|
||||
|
||||
# include <..\queue.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/rope.h
Normal file
21
STLPORT/stlport/BC50/rope.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_rope_H
|
||||
# define __STLPORT_BC_rope_H
|
||||
|
||||
# include <..\rope.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/set.h
Normal file
21
STLPORT/stlport/BC50/set.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_set_H
|
||||
# define __STLPORT_BC_set_H
|
||||
|
||||
# include <..\set.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/slist.h
Normal file
21
STLPORT/stlport/BC50/slist.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_slist_H
|
||||
# define __STLPORT_BC_slist_H
|
||||
|
||||
# include <..\slist.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/sstream.h
Normal file
21
STLPORT/stlport/BC50/sstream.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_sstream_H
|
||||
# define __STLPORT_BC_sstream_H
|
||||
|
||||
# include <..\sstream.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/stack.h
Normal file
21
STLPORT/stlport/BC50/stack.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_stack_H
|
||||
# define __STLPORT_BC_stack_H
|
||||
|
||||
# include <..\stack.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/stdexcep.h
Normal file
21
STLPORT/stlport/BC50/stdexcep.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_stdexcept_H
|
||||
# define __STLPORT_BC_stdexcept_H
|
||||
|
||||
# include <..\stdexcept.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/stl_tmpl.h
Normal file
21
STLPORT/stlport/BC50/stl_tmpl.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_REPLACEME_H
|
||||
# define __STLPORT_BC_REPLACEME_H
|
||||
|
||||
# include <..\REPLACEME.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/streambu.h
Normal file
21
STLPORT/stlport/BC50/streambu.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_streambuf_H
|
||||
# define __STLPORT_BC_streambuf_H
|
||||
|
||||
# include <..\streambuf.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
31
STLPORT/stlport/BC50/streambuf.h
Normal file
31
STLPORT/stlport/BC50/streambuf.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_streambuf_H
|
||||
# define __STLPORT_BC_streambuf_H
|
||||
|
||||
# include <..\streambuf.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
33
STLPORT/stlport/BC50/string.h
Normal file
33
STLPORT/stlport/BC50/string.h
Normal file
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Copyright (c) 1999
|
||||
* Boris Fomitchev
|
||||
*
|
||||
* This material is provided "as is", with absolutely no warranty expressed
|
||||
* or implied. Any use is at your own risk.
|
||||
*
|
||||
* Permission to use or copy this software for any purpose is hereby granted
|
||||
* without fee, provided the above notices are retained on all copies.
|
||||
* Permission to modify the code and to distribute modified code is granted,
|
||||
* provided the above notices are retained, and a notice that the code was
|
||||
* modified is included with the above copyright notice.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
|
||||
# include <..\string.h>
|
||||
|
||||
# ifndef __IN_STLPORT_CSTRING
|
||||
// okay, include STLPort header
|
||||
# include <..\string.>
|
||||
# endif /* __IN_STLPORT_CSTRING */
|
||||
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/strstrea.h
Normal file
21
STLPORT/stlport/BC50/strstrea.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_strstream_H
|
||||
# define __STLPORT_BC_strstream_H
|
||||
|
||||
# include <..\strstream.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/typeinfo.h
Normal file
21
STLPORT/stlport/BC50/typeinfo.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_typeinfo_H
|
||||
# define __STLPORT_BC_typeinfo_H
|
||||
|
||||
# include <..\typeinfo.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
54
STLPORT/stlport/BC50/using/cstring.h
Normal file
54
STLPORT/stlport/BC50/using/cstring.h
Normal file
@@ -0,0 +1,54 @@
|
||||
using _STLP_VENDOR_CSTD::size_t;
|
||||
|
||||
# ifndef _STLP_NO_CSTD_FUNCTION_IMPORTS
|
||||
# if defined(__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os
|
||||
# undef memcpy
|
||||
# undef memmove
|
||||
inline void* memcpy(void* dst, const void* src, size_t len)
|
||||
{
|
||||
return _STLP_VENDOR_CSTD::__memcpy(dst, src, len);
|
||||
}
|
||||
inline void* memmove(void* dst, const void* src, size_t len)
|
||||
{
|
||||
return _STLP_VENDOR_CSTD::__memmove(dst, src, len);
|
||||
}
|
||||
# else
|
||||
|
||||
using _STLP_VENDOR_CSTD::memmove;
|
||||
using _STLP_VENDOR_CSTD::memcpy;
|
||||
|
||||
# endif
|
||||
|
||||
# if ! defined (__BORLANDC__)
|
||||
using _STLP_VENDOR_CSTD::memchr;
|
||||
using _STLP_VENDOR_CSTD::strchr;
|
||||
using _STLP_VENDOR_CSTD::strpbrk;
|
||||
using _STLP_VENDOR_CSTD::strrchr;
|
||||
using _STLP_VENDOR_CSTD::strstr;
|
||||
# endif
|
||||
|
||||
using _STLP_VENDOR_CSTD::memcmp;
|
||||
using _STLP_VENDOR_CSTD::memset;
|
||||
|
||||
using _STLP_VENDOR_CSTD::strcat;
|
||||
|
||||
# if !defined (strcmp)
|
||||
using _STLP_VENDOR_CSTD::strcmp;
|
||||
# endif
|
||||
|
||||
using _STLP_VENDOR_CSTD::strcoll;
|
||||
# if !defined (strcpy)
|
||||
using _STLP_VENDOR_CSTD::strcpy;
|
||||
# endif
|
||||
using _STLP_VENDOR_CSTD::strcspn;
|
||||
using _STLP_VENDOR_CSTD::strerror;
|
||||
using _STLP_VENDOR_CSTD::strlen;
|
||||
using _STLP_VENDOR_CSTD::strncat;
|
||||
using _STLP_VENDOR_CSTD::strncmp;
|
||||
|
||||
using _STLP_VENDOR_CSTD::strncpy;
|
||||
using _STLP_VENDOR_CSTD::strspn;
|
||||
|
||||
using _STLP_VENDOR_CSTD::strtok;
|
||||
using _STLP_VENDOR_CSTD::strxfrm;
|
||||
# endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */
|
||||
19
STLPORT/stlport/BC50/using/fstream.h
Normal file
19
STLPORT/stlport/BC50/using/fstream.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifdef _STLP_BROKEN_USING_DIRECTIVE
|
||||
using namespace _STLP_STD;
|
||||
#else
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_filebuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::filebuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ifstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ofstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ifstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ofstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_fstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::fstream;
|
||||
|
||||
# ifndef _STLP_NO_WIDE_STREAMS
|
||||
using _STLP_NEW_IO_NAMESPACE::wofstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wfilebuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::wifstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wfstream;
|
||||
# endif
|
||||
#endif
|
||||
6
STLPORT/stlport/BC50/using/iomanip.h
Normal file
6
STLPORT/stlport/BC50/using/iomanip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
using _STLP_NEW_IO_NAMESPACE::setiosflags;
|
||||
using _STLP_NEW_IO_NAMESPACE::resetiosflags;
|
||||
using _STLP_NEW_IO_NAMESPACE::setbase;
|
||||
using _STLP_NEW_IO_NAMESPACE::setfill;
|
||||
using _STLP_NEW_IO_NAMESPACE::setprecision;
|
||||
using _STLP_NEW_IO_NAMESPACE::setw;
|
||||
41
STLPORT/stlport/BC50/using/ios.h
Normal file
41
STLPORT/stlport/BC50/using/ios.h
Normal file
@@ -0,0 +1,41 @@
|
||||
# ifdef _STLP_BROKEN_USING_DIRECTIVE
|
||||
using namespace _STLP_NEW_IO_NAMESPACE;
|
||||
# else
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::ios;
|
||||
using _STLP_NEW_IO_NAMESPACE::streamoff;
|
||||
using _STLP_NEW_IO_NAMESPACE::streamsize;
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::ios_base;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ios;
|
||||
|
||||
// _lib.std.ios.manip_, manipulators:
|
||||
using _STLP_NEW_IO_NAMESPACE::boolalpha;
|
||||
using _STLP_NEW_IO_NAMESPACE::noboolalpha;
|
||||
using _STLP_NEW_IO_NAMESPACE::showbase;
|
||||
using _STLP_NEW_IO_NAMESPACE::noshowbase;
|
||||
using _STLP_NEW_IO_NAMESPACE::showpoint;
|
||||
using _STLP_NEW_IO_NAMESPACE::noshowpoint;
|
||||
using _STLP_NEW_IO_NAMESPACE::showpos;
|
||||
using _STLP_NEW_IO_NAMESPACE::noshowpos;
|
||||
using _STLP_NEW_IO_NAMESPACE::skipws;
|
||||
using _STLP_NEW_IO_NAMESPACE::noskipws;
|
||||
using _STLP_NEW_IO_NAMESPACE::uppercase;
|
||||
using _STLP_NEW_IO_NAMESPACE::nouppercase;
|
||||
|
||||
// _lib.adjustfield.manip_ adjustfield:
|
||||
using _STLP_NEW_IO_NAMESPACE::internal;
|
||||
using _STLP_NEW_IO_NAMESPACE::left;
|
||||
using _STLP_NEW_IO_NAMESPACE::right;
|
||||
|
||||
// _lib.basefield.manip_ basefield:
|
||||
using _STLP_NEW_IO_NAMESPACE::dec;
|
||||
using _STLP_NEW_IO_NAMESPACE::hex;
|
||||
using _STLP_NEW_IO_NAMESPACE::oct;
|
||||
|
||||
// _lib.floatfield.manip_ floatfield:
|
||||
using _STLP_NEW_IO_NAMESPACE::fixed;
|
||||
using _STLP_NEW_IO_NAMESPACE::scientific;
|
||||
|
||||
# endif /* _STLP_BROKEN_USING_DIRECTIVE */
|
||||
|
||||
54
STLPORT/stlport/BC50/using/iosfwd.h
Normal file
54
STLPORT/stlport/BC50/using/iosfwd.h
Normal file
@@ -0,0 +1,54 @@
|
||||
# if defined (_STLP_USE_NEW_IOSTREAMS)
|
||||
using _STLP_NEW_IO_NAMESPACE::char_traits;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ios;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_streambuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_istream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ostream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_iostream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_istringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ostringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_stringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_filebuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ifstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ofstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_fstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::fpos;
|
||||
using _STLP_NEW_IO_NAMESPACE::istreambuf_iterator;
|
||||
using _STLP_NEW_IO_NAMESPACE::ostreambuf_iterator;
|
||||
using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::istringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ostringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::stringstream;
|
||||
# endif
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::ios;
|
||||
using _STLP_NEW_IO_NAMESPACE::streambuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::istream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ostream;
|
||||
using _STLP_NEW_IO_NAMESPACE::iostream;
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::filebuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::ifstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ofstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::fstream;
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::streampos;
|
||||
using _STLP_NEW_IO_NAMESPACE::streamoff;
|
||||
|
||||
# if !defined (_STLP_NO_WIDE_STREAMS)
|
||||
using _STLP_NEW_IO_NAMESPACE::wios;
|
||||
using _STLP_NEW_IO_NAMESPACE::wstreambuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::wistream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wostream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wiostream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wstringbuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::wistringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wostringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wstringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wfilebuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::wifstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wofstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wfstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wstreampos;
|
||||
# endif
|
||||
11
STLPORT/stlport/BC50/using/iostream.h
Normal file
11
STLPORT/stlport/BC50/using/iostream.h
Normal file
@@ -0,0 +1,11 @@
|
||||
using _STLP_VENDOR_STD::cin;
|
||||
using _STLP_VENDOR_STD::cout;
|
||||
using _STLP_VENDOR_STD::cerr;
|
||||
using _STLP_VENDOR_STD::clog;
|
||||
|
||||
# if ! defined (_STLP_NO_WIDE_STREAMS)
|
||||
using _STLP_VENDOR_STD::wcin;
|
||||
using _STLP_VENDOR_STD::wcout;
|
||||
using _STLP_VENDOR_STD::wcerr;
|
||||
using _STLP_VENDOR_STD::wclog;
|
||||
# endif
|
||||
15
STLPORT/stlport/BC50/using/istream.h
Normal file
15
STLPORT/stlport/BC50/using/istream.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_istream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_iostream;
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::istream;
|
||||
using _STLP_NEW_IO_NAMESPACE::iostream;
|
||||
|
||||
# if !defined (_STLP_NO_NATIVE_WIDE_STREAMS)
|
||||
using _STLP_NEW_IO_NAMESPACE::wistream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wiostream;
|
||||
# endif
|
||||
|
||||
#if !(defined (_STLP_MSVC) && (_STLP_MSVC < 1200))
|
||||
using _STLP_NEW_IO_NAMESPACE::ws;
|
||||
#endif
|
||||
62
STLPORT/stlport/BC50/using/locale.h
Normal file
62
STLPORT/stlport/BC50/using/locale.h
Normal file
@@ -0,0 +1,62 @@
|
||||
// from <cwchar>
|
||||
#if !defined (_STLP_NO_MBSTATE_T)
|
||||
using _STLP_VENDOR_MB_NAMESPACE::mbstate_t;
|
||||
#endif
|
||||
|
||||
// _lib.locale_, locale:
|
||||
using _STLP_NEW_IO_NAMESPACE::locale;
|
||||
using _STLP_NEW_IO_NAMESPACE::use_facet;
|
||||
using _STLP_NEW_IO_NAMESPACE::has_facet;
|
||||
|
||||
// _lib.locale.convenience_, convenience interfaces:
|
||||
using _STLP_NEW_IO_NAMESPACE::isspace;
|
||||
using _STLP_NEW_IO_NAMESPACE::isprint;
|
||||
using _STLP_NEW_IO_NAMESPACE::iscntrl;
|
||||
using _STLP_NEW_IO_NAMESPACE::isupper;
|
||||
using _STLP_NEW_IO_NAMESPACE::islower;
|
||||
using _STLP_NEW_IO_NAMESPACE::isalpha;
|
||||
using _STLP_NEW_IO_NAMESPACE::isdigit;
|
||||
using _STLP_NEW_IO_NAMESPACE::ispunct;
|
||||
using _STLP_NEW_IO_NAMESPACE::isxdigit;
|
||||
using _STLP_NEW_IO_NAMESPACE::isalnum;
|
||||
using _STLP_NEW_IO_NAMESPACE::isgraph;
|
||||
using _STLP_NEW_IO_NAMESPACE::toupper;
|
||||
using _STLP_NEW_IO_NAMESPACE::tolower;
|
||||
|
||||
// _lib.category.ctype_ and _lib.facet.ctype.special_, ctype:
|
||||
using _STLP_NEW_IO_NAMESPACE::ctype_base;
|
||||
using _STLP_NEW_IO_NAMESPACE::ctype;
|
||||
using _STLP_NEW_IO_NAMESPACE::ctype_byname;
|
||||
using _STLP_NEW_IO_NAMESPACE::codecvt_base;
|
||||
using _STLP_NEW_IO_NAMESPACE::codecvt;
|
||||
using _STLP_NEW_IO_NAMESPACE::codecvt_byname;
|
||||
|
||||
// _lib.category.numeric_ and _lib.facet.numpunct_, numeric:
|
||||
using _STLP_NEW_IO_NAMESPACE::num_get;
|
||||
using _STLP_NEW_IO_NAMESPACE::num_put;
|
||||
using _STLP_NEW_IO_NAMESPACE::numpunct;
|
||||
using _STLP_NEW_IO_NAMESPACE::numpunct_byname;
|
||||
|
||||
// _lib.category.collate_, collation:
|
||||
using _STLP_NEW_IO_NAMESPACE::collate;
|
||||
using _STLP_NEW_IO_NAMESPACE::collate_byname;
|
||||
|
||||
// _lib.category.time_, date and time:
|
||||
using _STLP_NEW_IO_NAMESPACE::time_base;
|
||||
using _STLP_NEW_IO_NAMESPACE::time_get;
|
||||
using _STLP_NEW_IO_NAMESPACE::time_get_byname;
|
||||
using _STLP_NEW_IO_NAMESPACE::time_put;
|
||||
using _STLP_NEW_IO_NAMESPACE::time_put_byname;
|
||||
|
||||
// _lib.category.monetary_, money:
|
||||
using _STLP_NEW_IO_NAMESPACE::money_base;
|
||||
using _STLP_NEW_IO_NAMESPACE::money_get;
|
||||
using _STLP_NEW_IO_NAMESPACE::money_put;
|
||||
using _STLP_NEW_IO_NAMESPACE::moneypunct;
|
||||
using _STLP_NEW_IO_NAMESPACE::moneypunct_byname;
|
||||
|
||||
#if !defined (_STLP_OWN_IOSTREAMS) && !defined (_STLP_NO_NATIVE_MESSAGE_FACET)
|
||||
using _STLP_NEW_IO_NAMESPACE::messages_base;
|
||||
using _STLP_NEW_IO_NAMESPACE::messages;
|
||||
using _STLP_NEW_IO_NAMESPACE::messages_byname;
|
||||
#endif // _MSL_NO_MESSAGE_FACET
|
||||
10
STLPORT/stlport/BC50/using/ostream.h
Normal file
10
STLPORT/stlport/BC50/using/ostream.h
Normal file
@@ -0,0 +1,10 @@
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ostream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ostream;
|
||||
|
||||
# ifndef _STLP_NO_WIDE_STREAMS
|
||||
using _STLP_NEW_IO_NAMESPACE::wostream;
|
||||
# endif
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::endl;
|
||||
using _STLP_NEW_IO_NAMESPACE::ends;
|
||||
using _STLP_NEW_IO_NAMESPACE::flush;
|
||||
16
STLPORT/stlport/BC50/using/sstream.h
Normal file
16
STLPORT/stlport/BC50/using/sstream.h
Normal file
@@ -0,0 +1,16 @@
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::stringbuf;
|
||||
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_istringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_ostringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_stringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::istringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ostringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::stringstream;
|
||||
|
||||
#ifndef _STLP_NO_WIDE_STREAMS
|
||||
using _STLP_NEW_IO_NAMESPACE::wstringbuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::wistringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wostringstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::wstringstream;
|
||||
#endif
|
||||
5
STLPORT/stlport/BC50/using/streambuf.h
Normal file
5
STLPORT/stlport/BC50/using/streambuf.h
Normal file
@@ -0,0 +1,5 @@
|
||||
using _STLP_NEW_IO_NAMESPACE::basic_streambuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::streambuf;
|
||||
#ifndef _STLP_NO_WIDE_STREAMS
|
||||
using _STLP_NEW_IO_NAMESPACE::wstreambuf;
|
||||
# endif
|
||||
4
STLPORT/stlport/BC50/using/strstream.h
Normal file
4
STLPORT/stlport/BC50/using/strstream.h
Normal file
@@ -0,0 +1,4 @@
|
||||
using _STLP_NEW_IO_NAMESPACE::strstreambuf;
|
||||
using _STLP_NEW_IO_NAMESPACE::istrstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::ostrstream;
|
||||
using _STLP_NEW_IO_NAMESPACE::strstream;
|
||||
21
STLPORT/stlport/BC50/utility.h
Normal file
21
STLPORT/stlport/BC50/utility.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_utility_H
|
||||
# define __STLPORT_BC_utility_H
|
||||
|
||||
# include <..\utility.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/valarray.h
Normal file
21
STLPORT/stlport/BC50/valarray.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_valarray_H
|
||||
# define __STLPORT_BC_valarray_H
|
||||
|
||||
# include <..\valarray.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
21
STLPORT/stlport/BC50/vector.h
Normal file
21
STLPORT/stlport/BC50/vector.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 1999 Boris Fomitchev
|
||||
* AUTOMATICALLY GENERATED - DO NOT EDIT !
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This wrapper is needed for Borland C++ 5.0 to get STLport
|
||||
* header properly included
|
||||
*/
|
||||
|
||||
#ifndef __STLPORT_BC_vector_H
|
||||
# define __STLPORT_BC_vector_H
|
||||
|
||||
# include <..\vector.>
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
Reference in New Issue
Block a user