init.hpp

00001 
00002 //
00003 // $Id: init.hpp,v 1.1 2004/08/12 16:00:32 werner Exp $
00004 //
00005 // $Log: init.hpp,v $
00006 // Revision 1.1  2004/08/12 16:00:32  werner
00007 // Fiber Bundle XML Layer
00008 //
00009 //
00011 #ifndef __FIBER_XMLBUNDLEINIT_HPP
00012 #define __FIBER_XMLBUNDLEINIT_HPP "Created 27.02.2001 21:42:27 by werner"
00013 
00014 #include "FBXMLAPI.h"
00015 
00016 namespace Fiber
00017 {
00018 
00019 struct  XMLBUNDLE_API XML       
00020 {
00021 static  bool initialized;
00022 static  bool init();
00023 };
00024 
00025 } /* namespace Fiber */ 
00026 
00027 #endif /* __FIBER_XMLBUNDLEINIT_HPP */
00028