File: w_response.srw
Size: 371
Date: Tue, 22 Jan 2008 23:32:59 +0100
$PBExportHeader$w_response.srw
$PBExportComments$Extension Response Window class
forward
global type w_response from pfc_w_response
end type
end forward

global type w_response from pfc_w_response
end type
global w_response w_response

on w_response.create
call pfc_w_response::create
end on

on w_response.destroy
call pfc_w_response::destroy
end on