[siesta-commit] siesta/lib/Siesta/Storage Volatile.pm,1.2,1.3

[prev] [thread] [next] [lurker] [Date index for 2002/09/07]

From: clampr
Subject: [siesta-commit] siesta/lib/Siesta/Storage Volatile.pm,1.2,1.3
Date: 16:18 on 07 Sep 2002
Update of /cvsroot/siesta/siesta/lib/Siesta/Storage
In directory usw-pr-cvs1:/tmp/cvs-serv4578

Modified Files:
	Volatile.pm 
Log Message:
fix the namespace this blesses into


Index: Volatile.pm
===================================================================
RCS file: /cvsroot/siesta/siesta/lib/Siesta/Storage/Volatile.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Volatile.pm	7 Sep 2002 13:38:54 -0000	1.2
+++ Volatile.pm	7 Sep 2002 15:18:22 -0000	1.3
@@ -1,17 +1,14 @@
-#
+# $Id$
+
 # this is going to implement a memory only implementation of
 # storage, i.e. a HoAoH or maybe HoAo frozen structs
 #
 
-package Siesta::Storage::DBI;
+package Siesta::Storage::Volatile;
 use strict;
 use Siesta::Storage;
 use base 'Siesta::Storage';
 
-
-# WE NEED TO GET RID OF THIS ...
-#use Class::MethodMaker get_set => [ 'dbh' ];
-
 sub new {
     my $class = shift;
     my $self  = {};
@@ -20,11 +17,9 @@
     $self->{lists} = [];
     $self->{list_users} = [];
     $self->{list_plugins} = [];
-
 }
 
 
-
 sub load_user {
     my $self = shift;
     my $user = shift;
@@ -62,6 +57,7 @@
     my $self = shift;
     my $list = shift;
 }
+
 
 sub list_plugins {
     my $self = shift;



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52