X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fdiogenes.spool.inc.php;fp=include%2Fdiogenes.spool.inc.php;h=6afa6e2afc4d5633aede1f59705e18a2281c7088;hb=cb8988c6b523263a756aa516ed5af09826f67783;hp=b28e403c856d513c70f49edd7e73326387d859d6;hpb=22e6ed21411ae161f270237157f67e0c4e6c6ef4;p=diogenes.git diff --git a/include/diogenes.spool.inc.php b/include/diogenes.spool.inc.php index b28e403..6afa6e2 100644 --- a/include/diogenes.spool.inc.php +++ b/include/diogenes.spool.inc.php @@ -21,7 +21,7 @@ /** This class handles Diogenes spool operations. */ -class DiogenesSpool { +class Diogenes_VCS_Spool { /** The barrel we are running on */ var $alias; /** Absolute directory location for the barrel's spool. */ @@ -47,7 +47,7 @@ class DiogenesSpool { * @param caller the caller * @param alias the alias to work on */ - function DiogenesSpool(&$caller,$alias) { + function Diogenes_VCS_Spool(&$caller,$alias) { global $globals; $this->datadir = "{$globals->spoolroot}/$alias"; $this->caller =& $caller;