diff options
| author | Steve Block <steveblock@google.com> | 2010-01-04 05:04:38 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-04 05:04:38 -0800 |
| commit | 1b31cd24c440319efcbfc1e523e2863e7d78c98c (patch) | |
| tree | 4d1cd81aa455d77f27b889dfbbc90b57b55afe0b /WebKit/android/stlport/stl/msl_string.h | |
| parent | 38b30bc07ccf69f1edf0f88a88be3f576aae2998 (diff) | |
| parent | 22234bcffc603f2c467c02028143ffcb4ffccc09 (diff) | |
| download | external_webkit-1b31cd24c440319efcbfc1e523e2863e7d78c98c.zip external_webkit-1b31cd24c440319efcbfc1e523e2863e7d78c98c.tar.gz external_webkit-1b31cd24c440319efcbfc1e523e2863e7d78c98c.tar.bz2 | |
Merge "Move STLPort to external/stlport."
Diffstat (limited to 'WebKit/android/stlport/stl/msl_string.h')
| -rw-r--r-- | WebKit/android/stlport/stl/msl_string.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/WebKit/android/stlport/stl/msl_string.h b/WebKit/android/stlport/stl/msl_string.h deleted file mode 100644 index 962768c..0000000 --- a/WebKit/android/stlport/stl/msl_string.h +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright (c) 1998 - * Mark of the Unicorn, Inc. - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Mark of the Unicorn, Inc. makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - * - */ -#if defined( _STLP_USE_MSIPL ) && !defined( _STLP_MSL_STRING_H_ ) -#define _STLP_MSL_STRING_H_ - -//# define char_traits __msl_char_traits -# define basic_string __msl_basic_string -# define b_str_ref __msl_b_str_ref -# define basic_istream __msl_basic_istream -# define basic_ostream __msl_basic_ostream -# define string __msl_string -# define wstring __msl_wstring -# define iterator_traits __msl_iterator_traits - -namespace std -{ - template<class charT, class traits> class basic_istream; - template<class charT, class traits> class basic_ostream; -} - -# include _STLP_NATIVE_HEADER(string) -// # undef char_traits -# undef basic_string -# undef b_str_ref -# undef basic_istream -# undef basic_ostream -# undef string -# undef wstring -# undef iterator_traits - -#endif |
