Renaming RemoteEndpoint to Proxy
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// <auto-generated/>
|
||||
using mROA;
|
||||
using System;
|
||||
using mROA.Implementation;
|
||||
using System.Collections.Generic;
|
||||
using mROA.Abstract;
|
||||
|
||||
namespace <!L namespaceName>
|
||||
{
|
||||
partial class <!L className>
|
||||
: RemoteObjectBase, <!L originalName>
|
||||
{
|
||||
public <!L className>(int id, IRepresentationModule representationModule, IEndPointContext context)
|
||||
: base(id, representationModule, context)
|
||||
{
|
||||
}
|
||||
|
||||
<!I methods r sep methodSep><!D methodSep>
|
||||
<!D>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user