hitdata.h

Go to the documentation of this file.
00001 /**********************************************************************
00002  *<
00003     FILE: hitdata.h
00004                   
00005     DESCRIPTION:  Defines the basic Hit Data class
00006 
00007     CREATED BY: Dan Silva
00008 
00009     HISTORY: created 9 September 1994
00010 
00011  *> Copyright (c) 1994, All Rights Reserved.
00012  **********************************************************************/
00013 
00014 #pragma once
00015 #include "maxheap.h"
00016 
00023 class HitData: public MaxHeapOperators {
00024     public:
00028         virtual ~HitData() {}
00029     }; 
00030