;;;; -*- Mode: LISP; Syntax: Common-Lisp; Base: 10 -*- ;;;; --------------------------------------------------------------------------- ;;;; File name: case-viewer-registration.lsp ;;;; System: ;;;; Author: Shawn Nicholson ;;;; Created: July 26, 2002 14:35:40 ;;;; Purpose: ;;;; --------------------------------------------------------------------------- ;;;; Modified: Thursday, May 15, 2003 at 16:37:10 by nicholson ;;;; --------------------------------------------------------------------------- (in-package :zgraph-case-display) ;;; Need to register this case display pane with the case viewer system. (fire-case-viewer:register-case-display-pane :zgraph-case-display 'zgraph-case-display 'make-zgraph-case-display) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; End of Code