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

global type wsproxy_s_mimeresponse from nonvisualobject
end type

type variables
    wsproxy_s_mimedataset datasets[]
    string messages
    long returncode
end variables

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

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