[elephant-cvs] CVS elephant/src/elephant

ieslick ieslick at common-lisp.net
Sun Feb 19 16:22:43 UTC 2006


Update of /project/elephant/cvsroot/elephant/src/elephant
In directory common-lisp:/tmp/cvs-serv18566/src/elephant

Modified Files:
	backend.lisp 
Log Message:
Further reorg, added auto build of memutil

--- /project/elephant/cvsroot/elephant/src/elephant/backend.lisp	2006/02/19 04:53:00	1.1
+++ /project/elephant/cvsroot/elephant/src/elephant/backend.lisp	2006/02/19 16:22:43	1.2
@@ -45,21 +45,26 @@
 		#:class-root
 		#:flush-instance-cache
 		;; Collection generic functions
-		#:build-indexed-btree #:build-btree
-		#:deserialize #:serialize #:existsp
+		#:build-indexed-btree #:build-btree #:existsp
+		;; Serialization
+		#:deserialize #:serialize 
+		#:deserialize-from-base64-string
+		#:serialize-to-base64-string
 		;; Cursor accessors
 		#:cursor-btree
 		#:cursor-oid
 		#:cursor-initialized-p
-		;; Misc
-		#:slot-definition-name
-		#:register-backend-con-init
-		#:lookup-backend-con-init
 		;; Transactions
 		#:execute-transaction
 		#:controller-start-transaction
 		#:controller-commit-transaction
 		#:controller-abort-transaction
+		;; Misc
+		#:slot-definition-name
+		#:remove-indexed-element-and-adjust
+		#:register-backend-con-init
+		#:lookup-backend-con-init
+		#:form-slot-key
 		)
   (:export 
 		;; Variables
@@ -83,20 +88,25 @@
 		#:class-root
 		#:flush-instance-cache
 		;; Collection generic functions
-		#:build-indexed-btree #:build-btree
-		#:deserialize #:serialize #:existsp
+		#:build-indexed-btree #:build-btree #:existsp
+		;; Serialization
+		#:deserialize #:serialize 
+		#:deserialize-from-base64-string
+		#:serialize-to-base64-string
 		;; Cursor accessors
 		#:cursor-btree
 		#:cursor-oid
 		#:cursor-initialized-p
-		;; Misc
-		#:slot-definition-name
-		#:register-backend-con-init
-		#:lookup-backend-con-init
 		;; Transactions
 		#:execute-transaction
 		#:controller-start-transaction
 		#:controller-commit-transaction
 		#:controller-abort-transaction
+		;; Misc
+		#:slot-definition-name
+		#:remove-indexed-element-and-adjust
+		#:register-backend-con-init
+		#:lookup-backend-con-init
+		#:form-slot-key
 		))
 		
\ No newline at end of file




More information about the Elephant-cvs mailing list