* Modified tvdevice (control and picture) service descriptions to make
compatible with WinXP/IE control point. 'in' arguments must appear before 'out' arguments in argument list. Thanks to Martin Tremblay for pointing out the solution originally provided by MORIOKA Yasuhiro. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@193 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
		@@ -2,6 +2,13 @@
 | 
				
			|||||||
Version 1.4.7
 | 
					Version 1.4.7
 | 
				
			||||||
*******************************************************************************
 | 
					*******************************************************************************
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2007-05-24 Nektarios K. Papadopoulos <npapadop(at)inaccessnetworks.com>
 | 
				
			||||||
 | 
						* Modified tvdevice (control and picture) service descriptions to make
 | 
				
			||||||
 | 
						compatible with WinXP/IE control point. 'in' arguments must appear before
 | 
				
			||||||
 | 
						'out' arguments in argument list.
 | 
				
			||||||
 | 
						Thanks to Martin Tremblay for pointing out the solution originally provided
 | 
				
			||||||
 | 
						by MORIOKA Yasuhiro.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2007-05-21 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
 | 
					2007-05-21 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
 | 
				
			||||||
	* More MSVC fixes, using XINLINE instead of inline, MSVC has troubles
 | 
						* More MSVC fixes, using XINLINE instead of inline, MSVC has troubles
 | 
				
			||||||
	with inline. Thanks to David Maass for reporting.
 | 
						with inline. Thanks to David Maass for reporting.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,6 @@
 | 
				
			|||||||
  </specVersion>
 | 
					  </specVersion>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
  <actionList>
 | 
					  <actionList>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
@@ -38,6 +37,12 @@
 | 
				
			|||||||
      <name>SetChannel</name>
 | 
					      <name>SetChannel</name>
 | 
				
			||||||
      <argumentList>
 | 
					      <argumentList>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <argument>
 | 
				
			||||||
 | 
					        <name>Channel</name>
 | 
				
			||||||
 | 
					          <relatedStateVariable>Channel</relatedStateVariable>
 | 
				
			||||||
 | 
					          <direction>in</direction>
 | 
				
			||||||
 | 
					        </argument>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <argument>
 | 
					        <argument>
 | 
				
			||||||
         <name>NewChannel</name>
 | 
					         <name>NewChannel</name>
 | 
				
			||||||
         <retval />
 | 
					         <retval />
 | 
				
			||||||
@@ -45,11 +50,6 @@
 | 
				
			|||||||
         <direction>out</direction>
 | 
					         <direction>out</direction>
 | 
				
			||||||
        </argument>
 | 
					        </argument>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <argument>
 | 
					 | 
				
			||||||
        <name>Channel</name>
 | 
					 | 
				
			||||||
          <relatedStateVariable>Channel</relatedStateVariable>
 | 
					 | 
				
			||||||
          <direction>in</direction>
 | 
					 | 
				
			||||||
        </argument>
 | 
					 | 
				
			||||||
      </argumentList>
 | 
					      </argumentList>
 | 
				
			||||||
    </action>
 | 
					    </action>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -80,6 +80,11 @@
 | 
				
			|||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
      <name>SetVolume</name>
 | 
					      <name>SetVolume</name>
 | 
				
			||||||
      <argumentList>
 | 
					      <argumentList>
 | 
				
			||||||
 | 
					        <argument>
 | 
				
			||||||
 | 
					        <name>Volume</name>
 | 
				
			||||||
 | 
					          <relatedStateVariable>Volume</relatedStateVariable>
 | 
				
			||||||
 | 
					          <direction>in</direction>
 | 
				
			||||||
 | 
					        </argument>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <argument>
 | 
					        <argument>
 | 
				
			||||||
         <name>NewVolume</name>
 | 
					         <name>NewVolume</name>
 | 
				
			||||||
@@ -87,11 +92,6 @@
 | 
				
			|||||||
         <relatedStateVariable>Volume</relatedStateVariable>
 | 
					         <relatedStateVariable>Volume</relatedStateVariable>
 | 
				
			||||||
         <direction>out</direction>
 | 
					         <direction>out</direction>
 | 
				
			||||||
         </argument>
 | 
					         </argument>
 | 
				
			||||||
        <argument>
 | 
					 | 
				
			||||||
        <name>Volume</name>
 | 
					 | 
				
			||||||
          <relatedStateVariable>Volume</relatedStateVariable>
 | 
					 | 
				
			||||||
          <direction>in</direction>
 | 
					 | 
				
			||||||
        </argument>
 | 
					 | 
				
			||||||
      </argumentList>
 | 
					      </argumentList>
 | 
				
			||||||
    </action>
 | 
					    </action>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -124,9 +124,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  </actionList>
 | 
					  </actionList>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  <serviceStateTable>
 | 
					  <serviceStateTable>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <stateVariable sendEvents="yes">
 | 
					    <stateVariable sendEvents="yes">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,6 +12,12 @@
 | 
				
			|||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
      <name>SetColor</name>
 | 
					      <name>SetColor</name>
 | 
				
			||||||
      <argumentList>
 | 
					      <argumentList>
 | 
				
			||||||
 | 
					        <argument>
 | 
				
			||||||
 | 
					        <name>Color</name>
 | 
				
			||||||
 | 
					          <relatedStateVariable>Color</relatedStateVariable>
 | 
				
			||||||
 | 
					          <direction>in</direction>
 | 
				
			||||||
 | 
					        </argument>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <argument>
 | 
					        <argument>
 | 
				
			||||||
        <name>NewColor</name>
 | 
					        <name>NewColor</name>
 | 
				
			||||||
          <retval />
 | 
					          <retval />
 | 
				
			||||||
@@ -19,11 +25,6 @@
 | 
				
			|||||||
          <direction>out</direction>
 | 
					          <direction>out</direction>
 | 
				
			||||||
        </argument>
 | 
					        </argument>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <argument>
 | 
					 | 
				
			||||||
        <name>Color</name>
 | 
					 | 
				
			||||||
          <relatedStateVariable>Color</relatedStateVariable>
 | 
					 | 
				
			||||||
          <direction>in</direction>
 | 
					 | 
				
			||||||
        </argument>
 | 
					 | 
				
			||||||
      </argumentList>
 | 
					      </argumentList>
 | 
				
			||||||
    </action>
 | 
					    </action>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -54,19 +55,19 @@
 | 
				
			|||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
      <name>SetTint</name>
 | 
					      <name>SetTint</name>
 | 
				
			||||||
      <argumentList>
 | 
					      <argumentList>
 | 
				
			||||||
         <argument>
 | 
					        <argument>
 | 
				
			||||||
 | 
					        <name>Tint</name>
 | 
				
			||||||
 | 
					          <relatedStateVariable>Tint</relatedStateVariable>
 | 
				
			||||||
 | 
					          <direction>in</direction>
 | 
				
			||||||
 | 
					        </argument>
 | 
				
			||||||
 | 
					        <argument>
 | 
				
			||||||
        <name>NewTint</name>
 | 
					        <name>NewTint</name>
 | 
				
			||||||
          <retval />
 | 
					          <retval />
 | 
				
			||||||
          <relatedStateVariable>Tint</relatedStateVariable>
 | 
					          <relatedStateVariable>Tint</relatedStateVariable>
 | 
				
			||||||
          <direction>out</direction>
 | 
					          <direction>out</direction>
 | 
				
			||||||
        </argument>
 | 
					        </argument>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <argument>
 | 
					    </argumentList>
 | 
				
			||||||
        <name>Tint</name>
 | 
					 | 
				
			||||||
          <relatedStateVariable>Tint</relatedStateVariable>
 | 
					 | 
				
			||||||
          <direction>in</direction>
 | 
					 | 
				
			||||||
        </argument>
 | 
					 | 
				
			||||||
      </argumentList>
 | 
					 | 
				
			||||||
    </action>
 | 
					    </action>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
@@ -96,18 +97,18 @@
 | 
				
			|||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
      <name>SetContrast</name>
 | 
					      <name>SetContrast</name>
 | 
				
			||||||
      <argumentList>
 | 
					      <argumentList>
 | 
				
			||||||
        <argument>
 | 
					    	<argument>
 | 
				
			||||||
 | 
					        	<name>Contrast</name>
 | 
				
			||||||
 | 
						          <relatedStateVariable>Contrast</relatedStateVariable>
 | 
				
			||||||
 | 
					    	      <direction>in</direction>
 | 
				
			||||||
 | 
					       	</argument>
 | 
				
			||||||
 | 
						    <argument>
 | 
				
			||||||
        <name>NewContrast</name>
 | 
					        <name>NewContrast</name>
 | 
				
			||||||
          <retval />
 | 
					          <retval />
 | 
				
			||||||
          <relatedStateVariable>Contrast</relatedStateVariable>
 | 
					          <relatedStateVariable>Contrast</relatedStateVariable>
 | 
				
			||||||
          <direction>out</direction>
 | 
					          <direction>out</direction>
 | 
				
			||||||
        </argument>  
 | 
					        </argument>  
 | 
				
			||||||
        <argument>
 | 
					    </argumentList>
 | 
				
			||||||
        <name>Contrast</name>
 | 
					 | 
				
			||||||
          <relatedStateVariable>Contrast</relatedStateVariable>
 | 
					 | 
				
			||||||
          <direction>in</direction>
 | 
					 | 
				
			||||||
        </argument>
 | 
					 | 
				
			||||||
      </argumentList>
 | 
					 | 
				
			||||||
    </action>
 | 
					    </action>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
@@ -137,19 +138,17 @@
 | 
				
			|||||||
    <action>
 | 
					    <action>
 | 
				
			||||||
      <name>SetBrightness</name>
 | 
					      <name>SetBrightness</name>
 | 
				
			||||||
      <argumentList>
 | 
					      <argumentList>
 | 
				
			||||||
 | 
							<argument>
 | 
				
			||||||
 | 
					        <name>Brightness</name>
 | 
				
			||||||
 | 
					          <relatedStateVariable>Brightness</relatedStateVariable>
 | 
				
			||||||
 | 
					          <direction>in</direction>
 | 
				
			||||||
 | 
					        </argument>
 | 
				
			||||||
         <argument>
 | 
					         <argument>
 | 
				
			||||||
        <name>NewBrightness</name>
 | 
					        <name>NewBrightness</name>
 | 
				
			||||||
          <retval />
 | 
					          <retval />
 | 
				
			||||||
          <relatedStateVariable>Brightness</relatedStateVariable>
 | 
					          <relatedStateVariable>Brightness</relatedStateVariable>
 | 
				
			||||||
          <direction>out</direction>
 | 
					          <direction>out</direction>
 | 
				
			||||||
        </argument>
 | 
					        </argument>
 | 
				
			||||||
 | 
					 | 
				
			||||||
        <argument>
 | 
					 | 
				
			||||||
        <name>Brightness</name>
 | 
					 | 
				
			||||||
          <relatedStateVariable>Brightness</relatedStateVariable>
 | 
					 | 
				
			||||||
          <direction>in</direction>
 | 
					 | 
				
			||||||
        </argument>
 | 
					 | 
				
			||||||
      </argumentList>
 | 
					      </argumentList>
 | 
				
			||||||
    </action>
 | 
					    </action>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -182,7 +181,6 @@
 | 
				
			|||||||
  </actionList>
 | 
					  </actionList>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
  <serviceStateTable>
 | 
					  <serviceStateTable>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <stateVariable sendEvents="yes">
 | 
					    <stateVariable sendEvents="yes">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user