File: n_cst_filesrvwin32.sru
Size: 462
Date: Tue, 22 Jan 2008 23:31:59 +0100
$PBExportHeader$n_cst_filesrvwin32.sru
$PBExportComments$Extension Win32 File handler service
forward
global type n_cst_filesrvwin32 from pfc_n_cst_filesrvwin32
end type
end forward

global type n_cst_filesrvwin32 from pfc_n_cst_filesrvwin32
end type
global n_cst_filesrvwin32 n_cst_filesrvwin32

on n_cst_filesrvwin32.create
TriggerEvent( this, "constructor" )
end on

on n_cst_filesrvwin32.destroy
TriggerEvent( this, "destructor" )
end on