Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include


Modified Files:
        libast.h 


Log Message:
Sat Jan 24 13:54:02 2004                        Michael Jennings (mej)

Added map interface (unimplemented) and a paired object class.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- libast.h    23 Jan 2004 03:39:12 -0000      1.47
+++ libast.h    24 Jan 2004 19:50:00 -0000      1.48
@@ -30,8 +30,8 @@
  * including all required system headers and LibAST Object headers.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.47 $
- * @date $Date: 2004/01/23 03:39:12 $
+ * @version $Revision: 1.48 $
+ * @date $Date: 2004/01/24 19:50:00 $
  */
 
 #ifndef _LIBAST_H_
@@ -98,6 +98,7 @@
 
 #include <libast/types.h>
 #include <libast/obj.h>
+#include <libast/objpair.h>
 #include <libast/regexp.h>
 #include <libast/socket.h>
 #include <libast/str.h>
@@ -106,6 +107,7 @@
 
 #include <libast/iterator_if.h>
 #include <libast/list_if.h>
+#include <libast/map_if.h>
 #include <libast/vector_if.h>
 
 #include <libast/array.h>




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to