Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
string_fwd.hpp
Go to the documentation of this file.
1/*
2 Copyright 2013 Adobe
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5*/
6/**************************************************************************************************/
7
8#error Deprecated
9
10#ifndef ADOBE_STRING_FWD_HPP
11#define ADOBE_STRING_FWD_HPP
12
13#ifdef ADOBE_STD_SERIALIZATION
14#include <iosfwd>
15#endif
16
17/**************************************************************************************************/
18
19namespace adobe {
20inline namespace version_1 {
21
22/**************************************************************************************************/
23
24class string_t;
25class string16_t;
26
27/**************************************************************************************************/
28
29} // namespace version_1
30
31/**************************************************************************************************/
32
33using version_1::string16_t;
34using version_1::string_t;
35
36/**************************************************************************************************/
37
38
39/**************************************************************************************************/
40
41} // namespace adobe
42
43/**************************************************************************************************/
44
45#endif
46
47/**************************************************************************************************/