<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Komentáře k příspěvku: Returning array of components</title>
	<atom:link href="http://www.ondrejd.info/blog/returning-array-of-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ondrejd.info/blog/returning-array-of-components/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>Personal site with blog, projects and some other stuff.</description>
	<lastBuildDate>Sat, 29 Oct 2011 19:53:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Od: Mook</title>
		<link>http://www.ondrejd.info/blog/returning-array-of-components/comment-page-1/#comment-214</link>
		<dc:creator>Mook</dc:creator>
		<pubDate>Tue, 30 Nov 2010 04:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ondrejd.info/?p=710#comment-214</guid>
		<description>You probably found this already, but you can now use [optional] for the count:

  void selectProjects(in AString aWhere,
    [optional] out unsigned long aCount,
    [array, size_is(aCount), retval] out odIBoogieDatatypeProject aRetVal);

The implementer is the same, but the caller is simplified:

  let projects = db.selectProjects(&quot;&quot;);</description>
		<content:encoded><![CDATA[<p>You probably found this already, but you can now use [optional] for the count:</p>
<p>  void selectProjects(in AString aWhere,<br />
    [optional] out unsigned long aCount,<br />
    [array, size_is(aCount), retval] out odIBoogieDatatypeProject aRetVal);</p>
<p>The implementer is the same, but the caller is simplified:</p>
<p>  let projects = db.selectProjects(&#8222;&#8220;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

