Revision: 4286
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4286&view=rev
Author:   hofman
Date:     2008-07-23 18:11:23 +0000 (Wed, 23 Jul 2008)

Log Message:
-----------
add a pragma mark

Modified Paths:
--------------
    trunk/SKRuntime.h

Modified: trunk/SKRuntime.h
===================================================================
--- trunk/SKRuntime.h   2008-07-23 17:35:36 UTC (rev 4285)
+++ trunk/SKRuntime.h   2008-07-23 18:11:23 UTC (rev 4286)
@@ -134,6 +134,8 @@
 
 #endif
 
+#pragma mark Convenience
+
 static inline Method SK_class_getMethod(Class aClass, SEL aSelector, BOOL 
isInstance) {
     return isInstance ? class_getInstanceMethod(aClass, aSelector) : 
class_getClassMethod(aClass, aSelector);
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to