diff options
author | UbitUmarov | 2016-12-07 20:34:11 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-07 20:34:11 +0000 |
commit | 55c04a24101792ac5060a2fa12c5cccf1fe392fb (patch) | |
tree | ec53ac0c8b6314c2049df2e7767ee08c581374f6 /OpenSim/Region/Framework/Interfaces/INPCModule.cs | |
parent | change a few ssl config comments (diff) | |
parent | add missing sp Intransit control (diff) | |
download | opensim-SC-55c04a24101792ac5060a2fa12c5cccf1fe392fb.zip opensim-SC-55c04a24101792ac5060a2fa12c5cccf1fe392fb.tar.gz opensim-SC-55c04a24101792ac5060a2fa12c5cccf1fe392fb.tar.bz2 opensim-SC-55c04a24101792ac5060a2fa12c5cccf1fe392fb.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/INPCModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/INPCModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs index 58ea309..1310358 100644 --- a/OpenSim/Region/Framework/Interfaces/INPCModule.cs +++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs | |||
@@ -58,6 +58,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
58 | bool SenseAsAgent { get; } | 58 | bool SenseAsAgent { get; } |
59 | UUID ActiveGroupId { get; set; } | 59 | UUID ActiveGroupId { get; set; } |
60 | UUID Owner { get; } | 60 | UUID Owner { get; } |
61 | string profileAbout { get; set; } | ||
61 | } | 62 | } |
62 | 63 | ||
63 | public interface INPCModule | 64 | public interface INPCModule |