DynamicStruct.h 545 B

1234567891011121314151617181920212223242526
  1. //
  2. // DynamicStruct.h
  3. //
  4. // $Id: //poco/Main/Foundation/include/Poco/DynamicStruct.h#9 $
  5. //
  6. // Library: Foundation
  7. // Package: Dynamic
  8. // Module: Struct
  9. //
  10. // Forward header for Struct 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_DynamicStruct_INCLUDED
  18. #define Foundation_DynamicStruct_INCLUDED
  19. //@ deprecated
  20. #include "Poco/Dynamic/Struct.h"
  21. #endif // Foundation_DynamicStruct_INCLUDED