string_fwd.hpp
Go to the documentation of this file.
00001 /* 00002 Copyright 2005-2007 Adobe Systems Incorporated 00003 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 or a copy at http://stlab.adobe.com/licenses.html) 00005 */ 00006 00007 /*************************************************************************************************/ 00008 00009 #ifndef ADOBE_STRING_FWD_HPP 00010 #define ADOBE_STRING_FWD_HPP 00011 00012 #ifdef ADOBE_STD_SERIALIZATION 00013 #include <iosfwd> 00014 #endif 00015 00016 /*************************************************************************************************/ 00017 00018 namespace adobe { 00019 namespace version_1 { 00020 00021 /*************************************************************************************************/ 00022 00023 class string_t; 00024 class string16_t; 00025 00026 /*************************************************************************************************/ 00027 00028 } // namespace version_1 00029 00030 /*************************************************************************************************/ 00031 00032 using version_1::string_t; 00033 using version_1::string16_t; 00034 00035 /*************************************************************************************************/ 00036 00037 00038 /*************************************************************************************************/ 00039 00040 } // namespace adobe 00041 00042 /*************************************************************************************************/ 00043 00044 #endif 00045 00046 /*************************************************************************************************/ |