diff options
Diffstat (limited to 'OpenSim/Grid/ScriptServer/RemotingObject.cs')
-rw-r--r-- | OpenSim/Grid/ScriptServer/RemotingObject.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Grid/ScriptServer/RemotingObject.cs b/OpenSim/Grid/ScriptServer/RemotingObject.cs index 9d3065b..6686b26 100644 --- a/OpenSim/Grid/ScriptServer/RemotingObject.cs +++ b/OpenSim/Grid/ScriptServer/RemotingObject.cs | |||
@@ -34,9 +34,13 @@ namespace OpenSim.Grid.ScriptServer | |||
34 | { | 34 | { |
35 | // This object will be exposed over remoting. It is a singleton, so it exists only in as one instance. | 35 | // This object will be exposed over remoting. It is a singleton, so it exists only in as one instance. |
36 | 36 | ||
37 | #region ServerRemotingObject Members | ||
38 | |||
37 | ScriptServerInterfaces.RemoteEvents ScriptServerInterfaces.ServerRemotingObject.Events() | 39 | ScriptServerInterfaces.RemoteEvents ScriptServerInterfaces.ServerRemotingObject.Events() |
38 | { | 40 | { |
39 | return ScriptServerMain.Engine.EventManager(); | 41 | return ScriptServerMain.Engine.EventManager(); |
40 | } | 42 | } |
43 | |||
44 | #endregion | ||
41 | } | 45 | } |
42 | } | 46 | } \ No newline at end of file |