1//
2// DynamicAny.h
3//
4// Library: Foundation
5// Package: Dynamic
6// Module: Var
7//
8// Forward header for Var class to maintain backward compatibility.
9//
10// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
11// and Contributors.
12//
13// SPDX-License-Identifier: BSL-1.0
14//
15
16
17#ifndef Foundation_DynamicAny_INCLUDED
18#define Foundation_DynamicAny_INCLUDED
19
20//@ deprecated
21#include "Poco/Dynamic/Var.h"
22
23
24#endif // Foundation_DynamicAny_INCLUDED
25