Atlas-C++
loadDefaults.h
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 // $Id$
00006 
00007 #ifndef ATLAS_LOAD_DEFAULTS_H
00008 #define ATLAS_LOAD_DEFAULTS_H
00009 
00010 #include <Atlas/Objects/Decoder.h>
00011 #include <Atlas/Exception.h>
00012 
00013 namespace Atlas { namespace Objects {
00014 
00015 class DefaultLoadingException : public Atlas::Exception
00016 {
00017   public:
00018     DefaultLoadingException(const std::string& a_msg) :
00019                 Atlas::Exception(a_msg) {}
00020 };
00021 
00022 void loadDefaults(const std::string& filename);
00023 
00024 } } // namespace Atlas::Objects
00025 #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.