Neptune.h

00001 /*****************************************************************
00002 |
00003 |   Neptune - Toplevel Include
00004 |
00005 |   (c) 2001-2006 Gilles Boccon-Gibod
00006 |   Author: Gilles Boccon-Gibod (bok@bok.net)
00007 |
00008  ****************************************************************/
00009 
00010 #ifndef _NEPTUNE_H_
00011 #define _NEPTUNE_H_
00012 
00013 /*----------------------------------------------------------------------
00014 |   flags
00015 +---------------------------------------------------------------------*/
00016 #define NPT_EXTERNAL_USE /* do not expose internal definitions */
00017 
00018 /*----------------------------------------------------------------------
00019 |   includes
00020 +---------------------------------------------------------------------*/
00021 #include "NptConfig.h"
00022 #include "NptCommon.h"
00023 #include "NptResults.h"
00024 #include "NptTypes.h"
00025 #include "NptConstants.h"
00026 #include "NptReferences.h"
00027 #include "NptStreams.h"
00028 #include "NptBufferedStreams.h"
00029 #include "NptFile.h"
00030 #include "NptNetwork.h"
00031 #include "NptSockets.h"
00032 #include "NptTime.h"
00033 #include "NptThreads.h"
00034 #include "NptSystem.h"
00035 #include "NptMessaging.h"
00036 #include "NptQueue.h"
00037 #include "NptSimpleMessageQueue.h"
00038 #include "NptSelectableMessageQueue.h"
00039 #include "NptXml.h"
00040 #include "NptStrings.h"
00041 #include "NptArray.h"
00042 #include "NptList.h"
00043 #include "NptMap.h"
00044 #include "NptStack.h"
00045 #include "NptUri.h"
00046 #include "NptHttp.h"
00047 #include "NptDataBuffer.h"
00048 #include "NptUtils.h"
00049 #include "NptRingBuffer.h"
00050 #include "NptBase64.h"
00051 #include "NptConsole.h"
00052 #include "NptLogging.h"
00053 #include "NptVersion.h"
00054 
00055 #endif // _NEPTUNE_H_