Changeset 3481
- Timestamp:
- 2/12/2009 3:51:20 PM (9 months ago)
- Files:
-
- saga/trunk/saga/saga/adaptors/file_transfer_spec.cpp (modified) (1 diff)
- saga/trunk/saga/saga/adaptors/utils/is_local_address.cpp (modified) (1 diff)
- saga/trunk/test/cpp/test_helper/test_helper.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
saga/trunk/saga/saga/adaptors/file_transfer_spec.cpp
r3444 r3481 3 3 // Distributed under the Boost Software License, Version 1.0. (See accompanying 4 4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6 #include <saga/saga-defs.hpp> 5 7 6 8 #include <boost/version.hpp> saga/trunk/saga/saga/adaptors/utils/is_local_address.cpp
r3450 r3481 6 6 #ifndef SAGA_ADAPTORS_CONDOR_JOB_IS_LOCALHOST_HPP_INCLUDED 7 7 #define SAGA_ADAPTORS_CONDOR_JOB_IS_LOCALHOST_HPP_INCLUDED 8 9 #include <saga/saga-defs.hpp> 8 10 9 11 #include <boost/asio/io_service.hpp> saga/trunk/test/cpp/test_helper/test_helper.cpp
r3232 r3481 11 11 #include <vector> 12 12 #include <unistd.h> 13 14 #include <saga/saga-defs.hpp> 13 15 14 16 #include <boost/thread.hpp>
