00001 // This file may be redistributed and modified only under the terms of 00002 // the GNU Lesser General Public License (See COPYING for details). 00003 // Copyright (C) 2000-2001 Aloril and Al Riddoch 00004 00005 #ifndef ATLAS_LOAD_DEFAULTS_H 00006 #define ATLAS_LOAD_DEFAULTS_H 00007 00008 #include <Atlas/Objects/Decoder.h> 00009 #include <Atlas/Exception.h> 00010 00011 namespace Atlas { namespace Objects { 00012 00013 class DefaultLoadingException : public Atlas::Exception 00014 { 00015 public: 00016 DefaultLoadingException(const std::string& a_msg) : 00017 Atlas::Exception(a_msg) {} 00018 }; 00019 00020 void loadDefaults(const std::string& filename); 00021 00022 } } // namespace Atlas::Objects 00023 #endif
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.