any_regular_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_VALUE_FWD_HPP 00010 #define ADOBE_VALUE_FWD_HPP 00011 00012 #include <adobe/config.hpp> 00013 00014 /*************************************************************************************************/ 00015 00016 namespace adobe { 00017 00018 namespace version_1 { 00019 00020 /*************************************************************************************************/ 00021 00022 class any_regular_t; 00023 00024 /*************************************************************************************************/ 00025 00026 } // namespace version_1 00027 00028 using version_1::any_regular_t; 00029 00030 #if defined(ADOBE_NO_DOCUMENTATION) 00031 /* REVISIT (mmarcus) : doxygen doesn't seem to understand using 00032 declarartions. This is a doxygen only hack to keep reference links 00033 from breaking. 00034 */ 00036 typedef version_1::any_regular_t any_regular_t; 00037 #endif 00038 00039 } // namespace adobe 00040 00041 /*************************************************************************************************/ 00042 00043 #endif 00044 00045 /*************************************************************************************************/ |