File: n_cn.sru
Size: 367
Date: Tue, 22 Jan 2008 23:32:47 +0100
$PBExportHeader$n_cn.sru
$PBExportComments$Extension Connection class
forward
global type n_cn from pfc_n_cn
end type
end forward

global type n_cn from pfc_n_cn
end type
global n_cn n_cn

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

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