DynamicAny.h 520 B

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