File: n_cn.sru
Size: 369
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$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