// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICE_VALUE_F_H #define ICE_VALUE_F_H #ifdef ICE_CPP11_MAPPING #include namespace Ice { class Value; /// \cond INTERNAL using ValuePtr = ::std::shared_ptr; /// \endcond } #endif #endif