diff options
author | Jeff Ames | 2010-01-04 06:10:45 +0900 |
---|---|---|
committer | Jeff Ames | 2010-01-04 06:17:30 +0900 |
commit | 70d5b1c34cf2eb6621f383169fdee03966850762 (patch) | |
tree | 18bf786a4c0897cb24fa9ceef5f53d5ce345a78f /OpenSim/Client/Sirikata/Protocol/Test.pbj.cs | |
parent | Add virtual method StateChange to ScriptBaseClass (diff) | |
download | opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.zip opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.tar.gz opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.tar.bz2 opensim-SC_OLD-70d5b1c34cf2eb6621f383169fdee03966850762.tar.xz |
Formatting cleanup. Add copyright headers.
Diffstat (limited to 'OpenSim/Client/Sirikata/Protocol/Test.pbj.cs')
-rw-r--r-- | OpenSim/Client/Sirikata/Protocol/Test.pbj.cs | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/OpenSim/Client/Sirikata/Protocol/Test.pbj.cs b/OpenSim/Client/Sirikata/Protocol/Test.pbj.cs index c753c36..bcd02fa 100644 --- a/OpenSim/Client/Sirikata/Protocol/Test.pbj.cs +++ b/OpenSim/Client/Sirikata/Protocol/Test.pbj.cs | |||
@@ -1,3 +1,30 @@ | |||
1 | /* | ||
2 | * Copyright (c) Contributors, http://opensimulator.org/ | ||
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | ||
4 | * | ||
5 | * Redistribution and use in source and binary forms, with or without | ||
6 | * modification, are permitted provided that the following conditions are met: | ||
7 | * * Redistributions of source code must retain the above copyright | ||
8 | * notice, this list of conditions and the following disclaimer. | ||
9 | * * Redistributions in binary form must reproduce the above copyright | ||
10 | * notice, this list of conditions and the following disclaimer in the | ||
11 | * documentation and/or other materials provided with the distribution. | ||
12 | * * Neither the name of the OpenSimulator Project nor the | ||
13 | * names of its contributors may be used to endorse or promote products | ||
14 | * derived from this software without specific prior written permission. | ||
15 | * | ||
16 | * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY | ||
17 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
18 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
19 | * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY | ||
20 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
21 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
22 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
23 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | */ | ||
27 | |||
1 | using pbd = global::Google.ProtocolBuffers.Descriptors; | 28 | using pbd = global::Google.ProtocolBuffers.Descriptors; |
2 | using pb = global::Google.ProtocolBuffers; | 29 | using pb = global::Google.ProtocolBuffers; |
3 | namespace Sirikata.PB { | 30 | namespace Sirikata.PB { |
@@ -407,7 +434,7 @@ namespace Sirikata.PB { | |||
407 | public Types.SubMessage Submessers(int index) { | 434 | public Types.SubMessage Submessers(int index) { |
408 | return new Types.SubMessage(super.GetSubmessers(index)); | 435 | return new Types.SubMessage(super.GetSubmessers(index)); |
409 | } | 436 | } |
410 | public Builder AddSubmessers(Types.SubMessage value ) { | 437 | public Builder AddSubmessers(Types.SubMessage value) { |
411 | super.AddSubmessers(value._PBJSuper); | 438 | super.AddSubmessers(value._PBJSuper); |
412 | return this; | 439 | return this; |
413 | } | 440 | } |
@@ -1651,7 +1678,7 @@ namespace Sirikata.PB { | |||
1651 | public Types.SubMessage Submessers(int index) { | 1678 | public Types.SubMessage Submessers(int index) { |
1652 | return new Types.SubMessage(super.GetSubmessers(index)); | 1679 | return new Types.SubMessage(super.GetSubmessers(index)); |
1653 | } | 1680 | } |
1654 | public Builder AddSubmessers(Types.SubMessage value ) { | 1681 | public Builder AddSubmessers(Types.SubMessage value) { |
1655 | super.AddSubmessers(value._PBJSuper); | 1682 | super.AddSubmessers(value._PBJSuper); |
1656 | return this; | 1683 | return this; |
1657 | } | 1684 | } |
@@ -1709,7 +1736,7 @@ namespace Sirikata.PB { | |||
1709 | public ExternalMessage Extmessers(int index) { | 1736 | public ExternalMessage Extmessers(int index) { |
1710 | return new ExternalMessage(super.GetExtmessers(index)); | 1737 | return new ExternalMessage(super.GetExtmessers(index)); |
1711 | } | 1738 | } |
1712 | public Builder AddExtmessers(ExternalMessage value ) { | 1739 | public Builder AddExtmessers(ExternalMessage value) { |
1713 | super.AddExtmessers(value._PBJSuper); | 1740 | super.AddExtmessers(value._PBJSuper); |
1714 | return this; | 1741 | return this; |
1715 | } | 1742 | } |