Author: gbayon
Date: Sun Apr 30 09:21:01 2006
New Revision: 398369

URL: http://svn.apache.org/viewcvs?rev=398369&view=rev
Log:
- Cleaning

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
    
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ActivatorObjectFactory.cs
    
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/DelegateAObjectFactory.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectFactory.cs
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj?rev=398369&r1=398368&r2=398369&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj Sun Apr 30 
09:21:01 2006
@@ -310,6 +310,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "Utilities\Objects\BoxingOpCodes.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "Utilities\Objects\EmitObjectFactory.cs"
                     SubType = "Code"
                     BuildAction = "Compile"

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ActivatorObjectFactory.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ActivatorObjectFactory.cs?rev=398369&r1=398368&r2=398369&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ActivatorObjectFactory.cs
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ActivatorObjectFactory.cs
 Sun Apr 30 09:21:01 2006
@@ -37,11 +37,11 @@
                #region IObjectFactory members
 
                /// <summary>
-        /// Create a new see <cref="IFactory"/> instance for a given type
+        /// Create a new see <see cref="IObjectFactory"/> instance for a given 
type
                /// </summary>
                /// <param name="typeToCreate">The type instance to 
build</param>
                /// <param name="types">The types of the constructor 
arguments</param>
-        /// <returns>Returns a new see <cref="IFactory"/> instance.</returns>
+        /// <returns>Returns a new <see cref="IObjectFactory"/> 
instance.</returns>
                public IFactory CreateFactory(Type typeToCreate, Type[] types)
                {
                        return new ActivatorFactory( typeToCreate );

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/DelegateAObjectFactory.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/DelegateAObjectFactory.cs?rev=398369&r1=398368&r2=398369&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/DelegateAObjectFactory.cs
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/DelegateAObjectFactory.cs
 Sun Apr 30 09:21:01 2006
@@ -34,7 +34,7 @@
     /// <summary>
     /// A <see cref="IObjectFactory"/> implementation that can create objects 
via DynamicMethod.
     /// </summary>
-    public sealed class DelegateAObjectFactory : IObjectFactory
+    public sealed class DelegateObjectFactory : IObjectFactory
     {
         private IDictionary _cachedfactories = new HybridDictionary();
                private object _padlock = new object();
@@ -43,7 +43,7 @@
         /// <summary>
         /// Initializes a new instance of the <see 
cref="T:DelegateAObjectFactory"/> class.
         /// </summary>
-        public DelegateAObjectFactory()
+        public DelegateObjectFactory()
                {
                }
 

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectFactory.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectFactory.cs?rev=398369&r1=398368&r2=398369&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectFactory.cs 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectFactory.cs 
Sun Apr 30 09:21:01 2006
@@ -46,7 +46,7 @@
                                if (Environment.Version.Major >= 2)
                                {
 #if dotnet2
-                                       _objectFactory = new 
DelegateAObjectFactory();
+                    _objectFactory = new DelegateObjectFactory();
 #endif                                 
                                }
                                else

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config?rev=398369&r1=398368&r2=398369&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
 Sun Apr 30 09:21:01 2006
@@ -36,13 +36,13 @@
                                <arg key="level" value="ALL" />
                                <arg key="dateTimeFormat" value="yyyy/MM/dd 
HH:mm:ss:SSS" />
                        </logFactoryAdapter>    -->
-
+<!-- 
        <logFactoryAdapter type="IBatisNet.Common.Logging.Impl.Log4NetLoggerFA, 
IBatisNet.Common.Logging.Log4Net">
         <arg key="configType" value="inline" />
       </logFactoryAdapter>
-<!--      
+-->     
      <logFactoryAdapter type="IBatisNet.Common.Logging.Impl.NoOpLoggerFA, 
IBatisNet.Common" />
--->
+
       
                </logging>
        </iBATIS>


Reply via email to