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