nxs.h

00001 /*
00002  *  nxs.h
00003  *
00004  *  This umbrella header includes all NXS capabilities.
00005  *
00006  *  Created by Justin Spahr-Summers on 2007-11-28.
00007  *  Copyright 2007. All rights reserved.
00008  *
00009  */
00010 
00011 #ifndef NXS_HEADERS_NXS
00012 #define NXS_HEADERS_NXS
00013 
00014 #ifdef HAVE_CONFIG_H
00015 #include "config.h"
00016 #endif
00017 
00018 #include "nxs_assert.h"
00019 #include "nxs_exception.h"
00020 #include "nxs_hash.h"
00021 #include "nxs_loop.h"
00022 #include "nxs_memory.h"
00023 #include "nxs_stream.h"
00024 #include "nxs_thread.h"
00025 
00026 #endif
00027 

Generated on Thu Dec 20 13:42:46 2007 for NXS Toolkit by  doxygen 1.5.4