From 6e17133a1f068cce3d21240df1e7d7b67a302633 Mon Sep 17 00:00:00 2001 From: Susheel Yadagiri Date: Fri, 6 Aug 2010 18:45:20 -0700 Subject: connectivity: Add stlport for connectivity project. Change-Id: I64e9744d797261e473e5900cda444d2c0f53727f --- stlport/stlport/vector | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 stlport/stlport/vector (limited to 'stlport/stlport/vector') diff --git a/stlport/stlport/vector b/stlport/stlport/vector new file mode 100644 index 0000000..92c41b7 --- /dev/null +++ b/stlport/stlport/vector @@ -0,0 +1,59 @@ +/* + * + * Copyright (c) 1994 + * Hewlett-Packard Company + * + * Copyright (c) 1996,1997 + * Silicon Graphics Computer Systems, Inc. + * + * 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. + * + */ + +#ifndef _STLP_VECTOR + +#ifndef _STLP_OUTERMOST_HEADER_ID +# define _STLP_OUTERMOST_HEADER_ID 0x77 +# include +# define _STLP_VECTOR +#endif + +#if (_STLP_OUTERMOST_HEADER_ID == 0x77) +# ifndef _STLP_INTERNAL_ALGOBASE_H +# include +# endif + +# ifndef _STLP_INTERNAL_VECTOR_H +# include +# endif +#endif + +#if (_STLP_OUTERMOST_HEADER_ID != 0x77) || defined (_STLP_IMPORT_VENDOR_STD) +# if defined (_STLP_HAS_INCLUDE_NEXT) +# include_next +# else +# include _STLP_NATIVE_HEADER(vector) +# endif +#endif + +#if (_STLP_OUTERMOST_HEADER_ID == 0x77) +# include +# undef _STLP_OUTERMOST_HEADER_ID +#endif + +#endif /* _STLP_VECTOR */ + +// Local Variables: +// mode:C++ +// End: + -- cgit v1.2.3