/******************************************************************************* Plugin Template Editor part Version: 1.0 Authors: Sebastien DENEUX & Julien Zorko Last update: 09/05/2001 Template Plugin *******************************************************************************/ typeof plugin = S;; /* '*.plug' file name */ typeof class = S;; /* plugin name */ /******************************************************************************* Plugin initialisation, the PlugRegister function has to be called at the end file -> S : '*.plug' file name <- I : not used *******************************************************************************/ fun IniPlug(file)= set plugin = file; set class = getInfo strextr _getpack _checkpack file "name"; PlugRegister class nil nil nil nil ;;