File: wsproxy_s_mimerequest.sru
Size: 575
Date: Tue, 22 Jan 2008 23:39:52 +0100
$PBExportHeader$wsproxy_s_mimerequest.sru
$PBExportComments$Proxy imported from Web service using Web Service Proxy Generator.
forward
    global type wsproxy_s_mimerequest from nonvisualobject
    end type
end forward

global type wsproxy_s_mimerequest from nonvisualobject
end type

type variables
    wsproxy_s_mimedataset datasets[]
    string messages
end variables

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

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