diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Data/Base | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Data/Base')
-rw-r--r-- | OpenSim/Data/Base/BaseDataReader.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/Base/BaseFieldMapper.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/Base/Properties/AssemblyInfo.cs | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Data/Base/BaseDataReader.cs b/OpenSim/Data/Base/BaseDataReader.cs index b71a966..517f672 100644 --- a/OpenSim/Data/Base/BaseDataReader.cs +++ b/OpenSim/Data/Base/BaseDataReader.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Data.Base | |||
126 | { | 126 | { |
127 | int ordinal = m_source.GetOrdinal(name); | 127 | int ordinal = m_source.GetOrdinal(name); |
128 | int int32 = m_source.GetInt32(ordinal); | 128 | int int32 = m_source.GetInt32(ordinal); |
129 | return int32; | 129 | return int32; |
130 | } | 130 | } |
131 | 131 | ||
132 | public Int64 GetInt64(string name) | 132 | public Int64 GetInt64(string name) |
diff --git a/OpenSim/Data/Base/BaseFieldMapper.cs b/OpenSim/Data/Base/BaseFieldMapper.cs index 64adb32..4fdc7b9 100644 --- a/OpenSim/Data/Base/BaseFieldMapper.cs +++ b/OpenSim/Data/Base/BaseFieldMapper.cs | |||
@@ -30,7 +30,7 @@ using System.Collections.Generic; | |||
30 | using System.Data.Common; | 30 | using System.Data.Common; |
31 | 31 | ||
32 | namespace OpenSim.Data.Base | 32 | namespace OpenSim.Data.Base |
33 | { | 33 | { |
34 | public delegate TField ObjectGetAccessor<TObj, TField>(TObj obj); | 34 | public delegate TField ObjectGetAccessor<TObj, TField>(TObj obj); |
35 | public delegate void ObjectSetAccessor<TObj, TField>(TObj obj, TField value); | 35 | public delegate void ObjectSetAccessor<TObj, TField>(TObj obj, TField value); |
36 | 36 | ||
diff --git a/OpenSim/Data/Base/Properties/AssemblyInfo.cs b/OpenSim/Data/Base/Properties/AssemblyInfo.cs index f851df0..f165434 100644 --- a/OpenSim/Data/Base/Properties/AssemblyInfo.cs +++ b/OpenSim/Data/Base/Properties/AssemblyInfo.cs | |||
@@ -29,7 +29,7 @@ using System.Reflection; | |||
29 | using System.Runtime.InteropServices; | 29 | using System.Runtime.InteropServices; |
30 | using System.Security; | 30 | using System.Security; |
31 | 31 | ||
32 | // General Information about an assembly is controlled through the following | 32 | // General information about an assembly is controlled through the following |
33 | // set of attributes. Change these attribute values to modify the information | 33 | // set of attributes. Change these attribute values to modify the information |
34 | // associated with an assembly. | 34 | // associated with an assembly. |
35 | 35 | ||
@@ -42,8 +42,8 @@ using System.Security; | |||
42 | [assembly : AssemblyTrademark("")] | 42 | [assembly : AssemblyTrademark("")] |
43 | [assembly : AssemblyCulture("")] | 43 | [assembly : AssemblyCulture("")] |
44 | 44 | ||
45 | // Setting ComVisible to false makes the types in this assembly not visible | 45 | // Setting ComVisible to false makes the types in this assembly not visible |
46 | // to COM components. If you need to access a type in this assembly from | 46 | // to COM components. If you need to access a type in this assembly from |
47 | // COM, set the ComVisible attribute to true on that type. | 47 | // COM, set the ComVisible attribute to true on that type. |
48 | 48 | ||
49 | [assembly : ComVisible(false)] | 49 | [assembly : ComVisible(false)] |
@@ -55,11 +55,11 @@ using System.Security; | |||
55 | // Version information for an assembly consists of the following four values: | 55 | // Version information for an assembly consists of the following four values: |
56 | // | 56 | // |
57 | // Major Version | 57 | // Major Version |
58 | // Minor Version | 58 | // Minor Version |
59 | // Build Number | 59 | // Build Number |
60 | // Revision | 60 | // Revision |
61 | // | 61 | // |
62 | // You can specify all the values or you can default the Revision and Build Numbers | 62 | // You can specify all the values or you can default the Revision and Build Numbers |
63 | // by using the '*' as shown below: | 63 | // by using the '*' as shown below: |
64 | 64 | ||
65 | [assembly : AssemblyVersion("1.0.0.0")] | 65 | [assembly : AssemblyVersion("1.0.0.0")] |