AutoPtr.h 502 B

1234567891011121314151617181920212223242526272829303132333435
  1. //
  2. // AutoPtr.h
  3. //
  4. // Library: XML
  5. // Package: DOM
  6. // Module: DOM
  7. //
  8. // Import Poco::AutoPtr into the XML namespace.
  9. //
  10. // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
  11. // and Contributors.
  12. //
  13. // SPDX-License-Identifier: BSL-1.0
  14. //
  15. #ifndef DOM_DOMAutoPtr_INCLUDED
  16. #define DOM_DOMAutoPtr_INCLUDED
  17. #include "Poco/XML/XML.h"
  18. #include "Poco/AutoPtr.h"
  19. namespace Poco {
  20. namespace XML {
  21. using Poco::AutoPtr;
  22. } } // namespace Poco::XML
  23. #endif // DOM_DOMAutoPtr_INCLUDED