/Src/Dependencies/Boost/boost/uuid/uuid_generators.hpp

http://hadesmem.googlecode.com/ · C++ Header · 19 lines · 7 code · 5 blank · 7 comment · 0 complexity · 6167ffceb0e7260adba470dfdb2c4854 MD5 · raw file

  1. // Boost uuid_generators.hpp header file ----------------------------------------------//
  2. // Copyright 2006 Andy Tompkins.
  3. // Distributed under the Boost Software License, Version 1.0. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. // Revision History
  7. // 06 Feb 2006 - Initial Revision
  8. #ifndef BOOST_UUID_GENERATORS_HPP
  9. #define BOOST_UUID_GENERATORS_HPP
  10. #include <boost/uuid/nil_generator.hpp>
  11. #include <boost/uuid/string_generator.hpp>
  12. #include <boost/uuid/name_generator.hpp>
  13. #include <boost/uuid/random_generator.hpp>
  14. #endif //BOOST_UUID_GENERATORS_HPP