update usages of singleton

db4
Doug Coleman 2008-04-01 16:53:32 -05:00
parent 9e32613f5c
commit b4adebb691
3 changed files with 89 additions and 89 deletions

View File

@ -4,7 +4,7 @@ USING: arrays assocs db kernel math math.parser
sequences continuations sequences.deep sequences.lib
words namespaces tools.walker slots slots.private classes
mirrors classes.tuple combinators calendar.format symbols
singleton ;
classes.singleton ;
IN: db.types
HOOK: modifier-table db ( -- hash )

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: db db.tuples db.types accessors
http.server.auth.providers kernel continuations
singleton ;
classes.singleton ;
IN: http.server.auth.providers.db
user "USERS"

View File

@ -1,8 +1,8 @@
! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: assocs accessors http.server.sessions.storage
alarms kernel http.server db.tuples db.types singleton
math.parser ;
alarms kernel http.server db.tuples db.types math.parser
classes.singleton ;
IN: http.server.sessions.storage.db
SINGLETON: sessions-in-db