ymikulski    2002/09/25 15:48:22

  Modified:    csframework/src/cs/Util ContainerUtil.cs Converter.cs
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +9 -9      
jakarta-avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs
  
  Index: ContainerUtil.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContainerUtil.cs  19 Aug 2002 18:43:45 -0000      1.1
  +++ ContainerUtil.cs  25 Sep 2002 22:48:22 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   using Apache.Avalon.Activity;
  @@ -99,7 +99,7 @@
                /// The <see cref="IServiceManager"/> object to use for component.
                /// </param>
                /// <exception cref="ArgumentException">
  -             /// If the object is <see cref="IServicable"/> but
  +             /// If the object is <see cref="IServiceable"/> but
                /// <see cref="IServiceManager"/> is null.
                /// </exception>
                /// <exception cref="ServiceException">
  @@ -243,7 +243,7 @@
   
                /// <summary>
                /// Disposes specified component if it implements the
  -             /// <see cref="IDisposable"/> interface.
  +             /// <see cref="Apache.Avalon.Activity.IDisposable"/> interface.
                /// </summary>
                /// <param name="component">The Component to dispose.</param>
                /// <exception cref="Exception">
  
  
  
  1.3       +7 -7      jakarta-avalon-excalibur/csframework/src/cs/Util/Converter.cs
  
  Index: Converter.cs
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Util/Converter.cs,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Converter.cs      28 Aug 2002 09:06:52 -0000      1.2
  +++ Converter.cs      25 Sep 2002 22:48:22 -0000      1.3
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Util
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to