Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        Makefile.am libevfs.c 


Log Message:
* Code for the comms layer of metadata set/get

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Makefile.am 22 Jun 2006 09:58:28 -0000      1.14
+++ Makefile.am 24 Jun 2006 15:01:50 -0000      1.15
@@ -33,7 +33,9 @@
        $(top_srcdir)/src/common/evfs_cleanup.c \
        $(top_srcdir)/src/common/evfs_vfolder.c \
        $(top_srcdir)/src/common/evfs_misc.c \
-       $(top_srcdir)/src/common/evfs_common.c
+       $(top_srcdir)/src/common/evfs_common.c \
+       $(top_srcdir)/src/bin/evfs_metadata.c
+       
 
 libevfs_la_LIBADD = \
        @ecore_libs@ \
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- libevfs.c   23 Apr 2006 12:38:15 -0000      1.39
+++ libevfs.c   24 Jun 2006 15:01:50 -0000      1.40
@@ -170,6 +170,7 @@
 
    evfs_io_initialise();
    evfs_vfolder_initialise();
+   evfs_metadata_init();
 
    if (!_libevfs_init)
      {



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to