diff deps/Platinum/ThirdParty/Neptune/Source/System/Null/NptNullQueue.cpp @ 0:3425707ddbf6

Initial import (hopefully this mercurial stuff works...)
author fraserofthenight
date Mon, 06 Jul 2009 08:06:28 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deps/Platinum/ThirdParty/Neptune/Source/System/Null/NptNullQueue.cpp	Mon Jul 06 08:06:28 2009 -0700
@@ -0,0 +1,30 @@
+/*****************************************************************
+|
+|      Neptune - Queue :: Null Implementation
+|
+|      (c) 2001-2002 Gilles Boccon-Gibod
+|      Author: Gilles Boccon-Gibod (bok@bok.net)
+|
+ ****************************************************************/
+
+/*----------------------------------------------------------------------
+|       includes
++---------------------------------------------------------------------*/
+#include "NptConfig.h"
+#include "NptTypes.h"
+#include "NptQueue.h"
+#include "NptDebug.h"
+
+/*----------------------------------------------------------------------
+|       NPT_GenericQueue::CreateInstance
++---------------------------------------------------------------------*/
+NPT_GenericQueue*
+NPT_GenericQueue::CreateInstance(NPT_Cardinal max_items)
+{
+    NPT_ASSERT(0);
+    return NULL;
+}
+
+
+
+