vrana           Fri Nov 19 06:26:17 2004 EDT

  Modified files:              
    /phpdoc/en/reference/com/functions  class.com.xml com-event-sink.xml 
                                        com-get-active-object.xml 
                                        com-isenum.xml variant-cast.xml 
                                        variant-date-from-timestamp.xml 
                                        variant-date-to-timestamp.xml 
                                        variant-get-type.xml 
                                        variant-set-type.xml 
                                        variant-set.xml 
  Log:
  Change "object" to specific objects
  
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/class.com.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/com/functions/class.com.xml
diff -u phpdoc/en/reference/com/functions/class.com.xml:1.8 
phpdoc/en/reference/com/functions/class.com.xml:1.9
--- phpdoc/en/reference/com/functions/class.com.xml:1.8 Thu Aug 12 21:00:44 2004
+++ phpdoc/en/reference/com/functions/class.com.xml     Fri Nov 19 06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/com.xml, last change in rev 1.12 -->
  <refentry id="class.com">
   <refnamediv>
@@ -19,7 +19,7 @@
   <refsect1 id="class.com.constructor">
    <title>Methods</title>
     <methodsynopsis>
-     <type>object</type><methodname>COM::COM</methodname>
+     <type>com</type><methodname>COM::COM</methodname>
      
<methodparam><type>string</type><parameter>module_name</parameter></methodparam>
      <methodparam 
choice="opt"><type>mixed</type><parameter>server_name</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>
@@ -219,7 +219,7 @@
     </para>
 
     <methodsynopsis>
-     <type>object</type><methodname>COM::All</methodname>
+     <type>variant</type><methodname>COM::All</methodname>
      <void/>
     </methodsynopsis>
     <simpara>Returns a variant representing a SafeArray that has 10 elements;
@@ -229,7 +229,7 @@
     </simpara>
 
     <methodsynopsis>
-     <type>object</type><methodname>COM::Next</methodname>
+     <type>variant</type><methodname>COM::Next</methodname>
      <void/>
     </methodsynopsis>
     <simpara>Returns a variant representing the next element available from
@@ -237,7 +237,7 @@
     </simpara>
 
     <methodsynopsis>
-     <type>object</type><methodname>COM::Prev</methodname>
+     <type>variant</type><methodname>COM::Prev</methodname>
      <void/>
     </methodsynopsis>
     <simpara>Returns a variant representing the previous element available from
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/com-event-sink.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/com/functions/com-event-sink.xml
diff -u phpdoc/en/reference/com/functions/com-event-sink.xml:1.1 
phpdoc/en/reference/com/functions/com-event-sink.xml:1.2
--- phpdoc/en/reference/com/functions/com-event-sink.xml:1.1    Mon May  3 
10:55:01 2004
+++ phpdoc/en/reference/com/functions/com-event-sink.xml        Fri Nov 19 
06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.com-event-sink">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>com_event_sink</methodname>
-     
<methodparam><type>object</type><parameter>comobject</parameter></methodparam>
+     
<methodparam><type>variant</type><parameter>comobject</parameter></methodparam>
      
<methodparam><type>object</type><parameter>sinkobject</parameter></methodparam>
      <methodparam 
choice="opt"><type>mixed</type><parameter>sinkinterface</parameter></methodparam>
     </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/com-get-active-object.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/com/functions/com-get-active-object.xml
diff -u phpdoc/en/reference/com/functions/com-get-active-object.xml:1.2 
phpdoc/en/reference/com/functions/com-get-active-object.xml:1.3
--- phpdoc/en/reference/com/functions/com-get-active-object.xml:1.2     Thu Aug 
12 21:00:44 2004
+++ phpdoc/en/reference/com/functions/com-get-active-object.xml Fri Nov 19 
06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.com-get-active-object">
    <refnamediv>
     <refname>com_get_active_object</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>com_get_active_object</methodname>
+     <type>variant</type><methodname>com_get_active_object</methodname>
      
<methodparam><type>string</type><parameter>progid</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>code_page</parameter></methodparam>
     </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/com-isenum.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/com/functions/com-isenum.xml
diff -u phpdoc/en/reference/com/functions/com-isenum.xml:1.4 
phpdoc/en/reference/com/functions/com-isenum.xml:1.5
--- phpdoc/en/reference/com/functions/com-isenum.xml:1.4        Fri Aug 13 
12:12:04 2004
+++ phpdoc/en/reference/com/functions/com-isenum.xml    Fri Nov 19 06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/com.xml, last change in rev 1.27 -->
   <refentry id='function.com-isenum'>
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>com_isenum</methodname>
-      
<methodparam><type>object</type><parameter>com_module</parameter></methodparam>
+      
<methodparam><type>variant</type><parameter>com_module</parameter></methodparam>
      </methodsynopsis>
     <para>
      Checks to see if a COM object can be enumerated using the 
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/variant-cast.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/com/functions/variant-cast.xml
diff -u phpdoc/en/reference/com/functions/variant-cast.xml:1.1 
phpdoc/en/reference/com/functions/variant-cast.xml:1.2
--- phpdoc/en/reference/com/functions/variant-cast.xml:1.1      Mon May  3 
10:55:01 2004
+++ phpdoc/en/reference/com/functions/variant-cast.xml  Fri Nov 19 06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.variant-cast">
    <refnamediv>
@@ -11,8 +11,8 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>variant_cast</methodname>
-     
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
+     <type>variant</type><methodname>variant_cast</methodname>
+     
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
      <methodparam><type>int</type><parameter>type</parameter></methodparam>
     </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/variant-date-from-timestamp.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/com/functions/variant-date-from-timestamp.xml
diff -u phpdoc/en/reference/com/functions/variant-date-from-timestamp.xml:1.1 
phpdoc/en/reference/com/functions/variant-date-from-timestamp.xml:1.2
--- phpdoc/en/reference/com/functions/variant-date-from-timestamp.xml:1.1       
Mon May  3 10:55:01 2004
+++ phpdoc/en/reference/com/functions/variant-date-from-timestamp.xml   Fri Nov 
19 06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.variant-date-from-timestamp">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>variant_date_from_timestamp</methodname>
+     <type>variant</type><methodname>variant_date_from_timestamp</methodname>
      
<methodparam><type>int</type><parameter>timestamp</parameter></methodparam>
     </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/variant-date-to-timestamp.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/com/functions/variant-date-to-timestamp.xml
diff -u phpdoc/en/reference/com/functions/variant-date-to-timestamp.xml:1.1 
phpdoc/en/reference/com/functions/variant-date-to-timestamp.xml:1.2
--- phpdoc/en/reference/com/functions/variant-date-to-timestamp.xml:1.1 Mon May 
 3 10:55:01 2004
+++ phpdoc/en/reference/com/functions/variant-date-to-timestamp.xml     Fri Nov 
19 06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.variant-date-to-timestamp">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>int</type><methodname>variant_date_to_timestamp</methodname>
-     
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
+     
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
     </methodsynopsis>
 
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/variant-get-type.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/com/functions/variant-get-type.xml
diff -u phpdoc/en/reference/com/functions/variant-get-type.xml:1.2 
phpdoc/en/reference/com/functions/variant-get-type.xml:1.3
--- phpdoc/en/reference/com/functions/variant-get-type.xml:1.2  Tue Aug  3 
13:25:31 2004
+++ phpdoc/en/reference/com/functions/variant-get-type.xml      Fri Nov 19 
06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <refentry id="function.variant-get-type">
   <refnamediv>
    <refname>variant_get_type</refname>
@@ -9,7 +9,7 @@
    <title>Description</title>
     <methodsynopsis>
       <type>int</type><methodname>variant_get_type</methodname>
-      
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
+      
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
     </methodsynopsis>
    <para>
     This function returns an integer value that indicates the type of
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/variant-set-type.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/com/functions/variant-set-type.xml
diff -u phpdoc/en/reference/com/functions/variant-set-type.xml:1.2 
phpdoc/en/reference/com/functions/variant-set-type.xml:1.3
--- phpdoc/en/reference/com/functions/variant-set-type.xml:1.2  Fri Aug 20 
05:47:37 2004
+++ phpdoc/en/reference/com/functions/variant-set-type.xml      Fri Nov 19 
06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.variant-set-type">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>void</type><methodname>variant_set_type</methodname>
-     
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
+     
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
      <methodparam><type>int</type><parameter>type</parameter></methodparam>
     </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/variant-set.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/com/functions/variant-set.xml
diff -u phpdoc/en/reference/com/functions/variant-set.xml:1.1 
phpdoc/en/reference/com/functions/variant-set.xml:1.2
--- phpdoc/en/reference/com/functions/variant-set.xml:1.1       Mon May  3 
10:55:01 2004
+++ phpdoc/en/reference/com/functions/variant-set.xml   Fri Nov 19 06:26:17 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.variant-set">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>void</type><methodname>variant_set</methodname>
-     
<methodparam><type>object</type><parameter>variant</parameter></methodparam>
+     
<methodparam><type>variant</type><parameter>variant</parameter></methodparam>
      <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
     </methodsynopsis>
 

Reply via email to