home *** CD-ROM | disk | FTP | other *** search
- From: jeff@staff.cs.su.oz.au (Jeff Kingston)
- To: colnet@loria.fr
- Subject: another bug
- Date: Wed, 10 Apr 1996 15:56:48 +1000
-
- ****** Error : Type PRIQUEUE_HEAP_ENTRY[INTEGER] is a Type PRIQUEUE_ENTRY[INTEGER].
- NOT YET IMPLEMENTED Cannot inherit thoses features in DIJ_PRIQUEUE.
- Line 13 column 9 in PRIQUEUE_HEAP (priqueue_heap.e) :
- etype: PRIQUEUE_HEAP_ENTRY[T];
- ^
- Line 5 column 9 in PRIQUEUE_ADT (priqueue_adt.e) :
- etype: PRIQUEUE_ENTRY[T];
- ^
-
-
- It seems that there is something not yet implemented here, but
- I could not find it in the NOT_YET_IMPLEMENTED file. Here I am
- trying to redefine etype, originally defined in PRIQUEUE_ADT to
- be of type PRIQUEUE_ENTRY; I'm trying to redefine it to be of
- type PRIQUEUE_HEAP_ENTRY which is a child of PRIQUEUE_ENTRY.
-
- Jeff Kingston
- jeff@cs.su.oz.au
-