<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DaVinci Unlimited Software &#187; Aspect Orientated Programming</title>
	<atom:link href="http://www.davinciunltd.com/tag/aspect-orientated-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davinciunltd.com</link>
	<description>Jim McKeeth's blog on creative and innovative Delphi programming.</description>
	<lastBuildDate>Wed, 09 Nov 2011 10:39:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multi-Class Class Helpers</title>
		<link>http://www.davinciunltd.com/2007/12/multi-class-class-helpers/</link>
		<comments>http://www.davinciunltd.com/2007/12/multi-class-class-helpers/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 02:17:45 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[Aspect Orientated Programming]]></category>
		<category><![CDATA[class helper]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2007/12/multi-class-class-helpers/</guid>
		<description><![CDATA[This is cool.  I figured out a way to assign the same class helper to multiple classes in Delphi 2007.  Marco Cantu asked me if I knew how to do this during CodeRage II, and then David I. mentioned that Class Helpers should be used to implement Aspect Orientated Programming (AOP), but since [...]]]></description>
			<content:encoded><![CDATA[<p>This is cool.  I figured out a way to assign the same class helper to multiple classes in Delphi 2007.  Marco Cantu asked me if I knew how to do this during CodeRage II, and then David I. mentioned that Class Helpers should be used to implement Aspect Orientated Programming (AOP), but since they don&#8217;t support assigning the same class helpers to multiple classes that wouldn&#8217;t work.  </p>
<p>I&#8217;ll write this up later.  It isn&#8217;t a best case scenario, and requires a few extra lines of code, but it accomplishes what I set out to do, and that is pretty dang cool!  Hopefully later CodeGear will extend class helpers and make this and other cool stuff easier. . . </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2007/12/multi-class-class-helpers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

