Initial Commit
This commit is contained in:
50
TomcatServer/RelayServer/RelayServerResponse_Impl.cs
Normal file
50
TomcatServer/RelayServer/RelayServerResponse_Impl.cs
Normal file
@@ -0,0 +1,50 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.269
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Pluto.RelayServer
|
||||
{
|
||||
using System;
|
||||
using RemObjects.SDK;
|
||||
using RemObjects.SDK.Types;
|
||||
using RemObjects.SDK.Server;
|
||||
using RemObjects.SDK.Server.ClassFactories;
|
||||
|
||||
[RemObjects.SDK.Server.ClassFactories.StandardClassFactory()]
|
||||
[RemObjects.SDK.Server.Service(Name = "RelayServerResponse", InvokerClass = typeof(RelayServerResponse_Invoker), ActivatorClass = typeof(RelayServerResponse_Activator))]
|
||||
public class RelayServerResponse : RemObjects.SDK.Server.Service, IRelayServerResponse
|
||||
{
|
||||
private System.ComponentModel.Container components = null;
|
||||
public RelayServerResponse() :
|
||||
base()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
private void InitializeComponent()
|
||||
{
|
||||
}
|
||||
protected override void Dispose(bool aDisposing)
|
||||
{
|
||||
if (aDisposing)
|
||||
{
|
||||
if ((this.components != null))
|
||||
{
|
||||
this.components.Dispose();
|
||||
}
|
||||
}
|
||||
base.Dispose(aDisposing);
|
||||
}
|
||||
public virtual void Action_Response(string SessionID, ActionFetch actionType, bool Success, string ErrorString)
|
||||
{
|
||||
}
|
||||
public virtual void Fetch_Response(string SessionID, ActionFetch fetchType, bool Success, string ErrorString, System.Xml.XmlNode Response)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user