irc-html                Wed Jan  9 19:17:41 2002 EDT

  Modified files:              
    /phpdoc/en/functions        com.xml 
  Log:
  whitespace correction
  
Index: phpdoc/en/functions/com.xml
diff -u phpdoc/en/functions/com.xml:1.27 phpdoc/en/functions/com.xml:1.28
--- phpdoc/en/functions/com.xml:1.27    Sat Dec 15 09:31:27 2001
+++ phpdoc/en/functions/com.xml Wed Jan  9 19:17:41 2002
@@ -1,25 +1,30 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
 <reference id="ref.com"> 
   <title>COM support functions for Windows</title> 
   <titleabbrev>COM</titleabbrev> 
   <partintro> 
-        <simpara>COM is a technology which allows the reuse of code written in any
-               language (by any language) using a standard calling convention and 
hiding
-               behind APIs the implementation details such as what machine the 
Component is
-               stored on and the executable which houses it. It can be thought of as 
a super
-               Remote Procedure Call (RPC) mechanism with some basic object roots. It
-               separates implementation from interface.</simpara> 
-        <simpara>COM encourages versioning, separation of implementation from
-               interface and hiding the implementation details such as executable 
location and
-               the language it was written in.</simpara> 
-        <simpara>COM functions are only available on the Windows version of
-               PHP.</simpara> 
-        <simpara>For further information on COM read the 
-               <ulink url="&url.comspecs;">COM
-                 specification</ulink> or perhaps take a look at Don Box's 
-               <ulink url="&url.yacl;"> Yet Another COM
-                 Libracy (YACL)</ulink> </simpara> 
+   <simpara>
+    COM is a technology which allows the reuse of code written in any
+    language (by any language) using a standard calling convention and hiding
+    behind APIs the implementation details such as what machine the Component is
+    stored on and the executable which houses it. It can be thought of as a super
+    Remote Procedure Call (RPC) mechanism with some basic object roots. It
+    separates implementation from interface.
+   </simpara> 
+   <simpara>
+    COM encourages versioning, separation of implementation from
+    interface and hiding the implementation details such as executable location and
+    the language it was written in.
+   </simpara> 
+   <simpara>
+    COM functions are only available on the Windows version of PHP.
+   </simpara> 
+   <simpara>
+    For further information on COM read the <ulink url="&url.comspecs;">COM
+    specification</ulink> or perhaps take a look at Don Box's 
+    <ulink url="&url.yacl;"> Yet Another COM Libracy (YACL)</ulink> 
+   </simpara> 
   </partintro> 
  
  <refentry id="class.com">


Reply via email to