<?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>Comments on: Grab that Invocation</title>
	<atom:link href="http://toxicsoftware.com/grab-that-invocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://toxicsoftware.com/grab-that-invocation/</link>
	<description>RANDOMIZE USR 0</description>
	<lastBuildDate>Thu, 17 Dec 2009 15:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chrome</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22298</link>
		<dc:creator>chrome</dc:creator>
		<pubDate>Sun, 04 Jan 2009 06:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22298</guid>
		<description>&lt;p&gt;Great work; saved me a bunch of time writing this myself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great work; saved me a bunch of time writing this myself.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: chrome</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22219</link>
		<dc:creator>chrome</dc:creator>
		<pubDate>Sun, 04 Jan 2009 01:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22219</guid>
		<description>&lt;p&gt;Great work; saved me a bunch of time writing this myself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great work; saved me a bunch of time writing this myself.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Stacpoole</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22078</link>
		<dc:creator>Richard Stacpoole</dc:creator>
		<pubDate>Thu, 07 Sep 2006 10:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22078</guid>
		<description>&lt;p&gt;Thanks,&lt;br&gt;&lt;br&gt;I have just started using NSInvocation, and this will be useful.&lt;br&gt;&lt;br&gt;Also there is a bug in your first code box, you have &amp;firstArgument twice.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks,<br /><br />I have just started using NSInvocation, and this will be useful.<br /><br />Also there is a bug in your first code box, you have &amp;firstArgument twice.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Stacpoole</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-1078</link>
		<dc:creator>Richard Stacpoole</dc:creator>
		<pubDate>Thu, 07 Sep 2006 09:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-1078</guid>
		<description>&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;I have just started using NSInvocation, and this will be useful.&lt;/p&gt;

&lt;p&gt;Also there is a bug in your first code box, you have &amp;firstArgument twice.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks,</p>

<p>I have just started using NSInvocation, and this will be useful.</p>

<p>Also there is a bug in your first code box, you have &amp;firstArgument twice.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lexical &#187; Archive &#187; NSInvocation in Practice</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-421</link>
		<dc:creator>Lexical &#187; Archive &#187; NSInvocation in Practice</dc:creator>
		<pubDate>Tue, 27 Jun 2006 05:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-421</guid>
		<description>&lt;p&gt;[...] There&#8217;ve been a few mentions of NSInvocation recently. I have to agree about how useful it can be, and wanted to mention a few specific places I used it in Lexicon. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] There&#8217;ve been a few mentions of NSInvocation recently. I have to agree about how useful it can be, and wanted to mention a few specific places I used it in Lexicon. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22077</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sun, 25 Jun 2006 15:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22077</guid>
		<description>&lt;p&gt;Nice work! One possible enhancement might be to change the invocation &quot;capture&quot; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &quot;performInvocationsOnObject:&quot; method.&lt;br&gt;&lt;br&gt;Also, the name &quot;CInvocationRecorder&quot; might better represent what this thing does, especially if multi-recording was added.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work! One possible enhancement might be to change the invocation &#8220;capture&#8221; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &#8220;performInvocationsOnObject:&#8221; method.<br /><br />Also, the name &#8220;CInvocationRecorder&#8221; might better represent what this thing does, especially if multi-recording was added.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-401</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Sun, 25 Jun 2006 14:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-401</guid>
		<description>&lt;p&gt;Nice work! One possible enhancement might be to change the invocation &quot;capture&quot; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &quot;performInvocationsOnObject:&quot; method.&lt;/p&gt;

&lt;p&gt;Also, the name &quot;CInvocationRecorder&quot; might better represent what this thing does, especially if multi-recording was added.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work! One possible enhancement might be to change the invocation &#8220;capture&#8221; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &#8220;performInvocationsOnObject:&#8221; method.</p>

<p>Also, the name &#8220;CInvocationRecorder&#8221; might better represent what this thing does, especially if multi-recording was added.</p>]]></content:encoded>
	</item>
</channel>
</rss>
