Revision: 7194
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7194&view=rev
Author:   hofman
Date:     2011-03-30 11:31:11 +0000 (Wed, 30 Mar 2011)

Log Message:
-----------
cosmetic change

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

Modified: trunk/SKRuntime.m
===================================================================
--- trunk/SKRuntime.m   2011-03-28 17:28:52 UTC (rev 7193)
+++ trunk/SKRuntime.m   2011-03-30 11:31:11 UTC (rev 7194)
@@ -61,14 +61,14 @@
     return method ? SKSetMethodImplementation(aClass, aSelector, 
method_getImplementation(method), method_getTypeEncoding(method), isInstance, 
options) : NULL;
 }
 
+IMP SKReplaceInstanceMethodImplementation(Class aClass, SEL aSelector, IMP 
anImp) {
+    return SKSetMethodImplementation(aClass, aSelector, anImp, NULL, YES, 
SKReplaceOnly);
+}
+
 IMP SKReplaceClassMethodImplementation(Class aClass, SEL aSelector, IMP anImp) 
{
     return SKSetMethodImplementation(aClass, aSelector, anImp, NULL, NO, 
SKReplaceOnly);
 }
 
-IMP SKReplaceInstanceMethodImplementation(Class aClass, SEL aSelector, IMP 
anImp) {
-    return SKSetMethodImplementation(aClass, aSelector, anImp, NULL, YES, 
SKReplaceOnly);
-}
-
 void SKAddInstanceMethodImplementation(Class aClass, SEL aSelector, IMP anImp, 
const char *types) {
     SKSetMethodImplementation(aClass, aSelector, anImp, types, YES, SKAddOnly);
 }


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

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to