LokiInclude.h

Go to the documentation of this file.
00001 /* ex: set tabstop=4 expandtab: */
00002 /*                                                                                                                      */
00003 /*  (c) 2004-2006 Iowa State University                                         */
00004 /*      see the LICENSE file in the top level directory         */
00005 /*                                                                                                                      */
00006 /* $Header: /afs/scl/project/cvsroot/fountain/source/common/LokiInclude.h,v 1.1 2006/03/05 23:41:22 samm Exp $ */
00014 #ifndef LOKI_INCLUDE_H__
00015 #define LOKI_INCLUDE_H__
00016 
00017 #if BUILD_LOKI == 1
00018 #       include "Loki/SmartPtr.h"
00019 #       include "Loki/TypeManip.h"
00020 #       include "Loki/ScopeGuard.h"
00021 #       include "Loki/RefToValue.h"
00022 #       include "Loki/Singleton.h"
00023 #else
00024 #       include <loki/SmartPtr.h>
00025 #       include <loki/TypeManip.h>
00026 #       include <loki/ScopeGuard.h>
00027 #       include <loki/RefToValue.h>
00028 #       include <Loki/Singleton.h>
00029 #endif
00030 
00031 #endif

Generated on Wed Mar 8 14:43:31 2006 for Fountain by  doxygen 1.4.6