Author: marvin
Date: Sun Jul 22 12:41:16 2012
New Revision: 1364280

URL: http://svn.apache.org/viewvc?rev=1364280&view=rev
Log:
LUCY-242 Move Method under Clownfish.

Added:
    lucy/trunk/core/Clownfish/Method.c
      - copied, changed from r1364278, lucy/trunk/core/Lucy/Object/Method.c
    lucy/trunk/core/Clownfish/Method.cfh
      - copied, changed from r1364277, lucy/trunk/core/Lucy/Object/Method.cfh
Removed:
    lucy/trunk/core/Lucy/Object/Method.c
    lucy/trunk/core/Lucy/Object/Method.cfh
Modified:
    lucy/trunk/core/Clownfish/VTable.c

Copied: lucy/trunk/core/Clownfish/Method.c (from r1364278, 
lucy/trunk/core/Lucy/Object/Method.c)
URL: 
http://svn.apache.org/viewvc/lucy/trunk/core/Clownfish/Method.c?p2=lucy/trunk/core/Clownfish/Method.c&p1=lucy/trunk/core/Lucy/Object/Method.c&r1=1364278&r2=1364280&rev=1364280&view=diff
==============================================================================
--- lucy/trunk/core/Lucy/Object/Method.c (original)
+++ lucy/trunk/core/Clownfish/Method.c Sun Jul 22 12:41:16 2012
@@ -18,7 +18,7 @@
 #define LUCY_USE_SHORT_NAMES
 #define CHY_USE_SHORT_NAMES
 
-#include "Lucy/Object/Method.h"
+#include "Clownfish/Method.h"
 #include "Lucy/Object/CharBuf.h"
 #include "Lucy/Object/Err.h"
 #include "Clownfish/VTable.h"

Copied: lucy/trunk/core/Clownfish/Method.cfh (from r1364277, 
lucy/trunk/core/Lucy/Object/Method.cfh)
URL: 
http://svn.apache.org/viewvc/lucy/trunk/core/Clownfish/Method.cfh?p2=lucy/trunk/core/Clownfish/Method.cfh&p1=lucy/trunk/core/Lucy/Object/Method.cfh&r1=1364277&r2=1364280&rev=1364280&view=diff
==============================================================================
--- lucy/trunk/core/Lucy/Object/Method.cfh (original)
+++ lucy/trunk/core/Clownfish/Method.cfh Sun Jul 22 12:41:16 2012
@@ -19,7 +19,7 @@ parcel Lucy;
 /** Method metadata.
  */
 
-class Lucy::Object::Method inherits Lucy::Object::Obj {
+class Clownfish::Method inherits Lucy::Object::Obj {
 
     CharBuf       *name;
     lucy_method_t  callback_func;

Modified: lucy/trunk/core/Clownfish/VTable.c
URL: 
http://svn.apache.org/viewvc/lucy/trunk/core/Clownfish/VTable.c?rev=1364280&r1=1364279&r2=1364280&view=diff
==============================================================================
--- lucy/trunk/core/Clownfish/VTable.c (original)
+++ lucy/trunk/core/Clownfish/VTable.c Sun Jul 22 12:41:16 2012
@@ -29,7 +29,7 @@
 #include "Lucy/Object/Err.h"
 #include "Lucy/Object/Hash.h"
 #include "Clownfish/LockFreeRegistry.h"
-#include "Lucy/Object/Method.h"
+#include "Clownfish/Method.h"
 #include "Lucy/Object/Num.h"
 #include "Lucy/Object/VArray.h"
 #include "Lucy/Util/Atomic.h"


Reply via email to