File: n_inet.sru
Size: 379
Date: Tue, 22 Jan 2008 23:32:49 +0100
$PBExportHeader$n_inet.sru
$PBExportComments$Extension inet class
forward
global type n_inet from pfc_n_inet
end type
end forward

global type n_inet from pfc_n_inet
end type
global n_inet n_inet

on n_inet.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_inet.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on