SAGA Adaptor CPI v.1.0
cpr_checkpoint_cpi_instance_data.hpp
Go to the documentation of this file.
00001 //  Copyright (c) 2005-2009 Hartmut Kaiser
00002 //  Copyright (c) 2005-2007 Andre Merzky (andre@merzky.net)
00003 // 
00004 //  Distributed under the Boost Software License, Version 1.0. (See accompanying 
00005 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00006 
00007 #ifndef SAGA_SAGA_ADAPTORS_CPR_CHECKPOINT_CPI_INSTANCE_DATA_HPP
00008 #define SAGA_SAGA_ADAPTORS_CPR_CHECKPOINT_CPI_INSTANCE_DATA_HPP
00009 
00010 #include <saga/saga/packages/cpr/cpr_checkpoint.hpp>
00011 #include <saga/saga/adaptors/config.hpp>
00012 #include <saga/saga/types.hpp>
00013 #include <saga/saga/adaptors/instance_data_base.hpp>
00014 #include <saga/saga/adaptors/packages/namespace_entry_cpi_instance_data.hpp>
00015 
00017 namespace saga { namespace adaptors { namespace v1_0 
00018   {
00020     //  Instance data held by the SAGA engine/package
00021     //  This should be used as a base class when adding additional instance 
00022     //  data for an adaptor.
00023     struct cpr_checkpoint_cpi_instance_data 
00024       : public namespace_entry_cpi_instance_data
00025     {
00026       cpr_checkpoint_cpi_instance_data (saga::url location, int mode)
00027         : namespace_entry_cpi_instance_data(location, mode)
00028       {
00029       }
00030     };
00031 
00032   } } } // namespace saga::adaptors::v1_0
00034 
00035 #endif // SAGA_SAGA_ADAPTORS_CPR_CHECKPOINT_CPI_INSTANCE_DATA_HPP
00036 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines