Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuPriorityHelp.h

Go to the documentation of this file.
00001 /*! \file 
00002  * X-Forge Util <br>
00003  * Copyright 2000-2003 Fathammer Ltd
00004  * 
00005  * \brief Priority linked list help
00006  * 
00007  * $Id: XFuPriorityHelp.h,v 1.5 2003/08/12 13:33:52 lars Exp $
00008  * $Date: 2003/08/12 13:33:52 $
00009  * $Revision: 1.5 $
00010  */
00011 
00012 #ifndef XFUPRIORITYHELP_H_INCLUDED
00013 #define XFUPRIORITYHELP_H_INCLUDED
00014 
00015 
00016 class XFuPriorityHelp
00017 {
00018 public:
00019     XFuPriorityHelp();
00020     virtual ~XFuPriorityHelp();
00021 
00022     virtual void increase(void *aData) = 0;
00023     virtual void decrease(void *aData) = 0;
00024     virtual INT32 priorityCheck(const void *aCompare1,
00025                                 const void *aCompare2) const = 0;
00026 };
00027 
00028 
00029 #endif // !XFUPRIORITYHELP_H_INCLUDED
00030 

   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch