view Lib/IMPL/SVN.pm @ 44:32d2350fccf9

ORM *Minor fixes *Working tarnsform to sql *Fixes to the sql traits
author Sergey
date Mon, 11 Jan 2010 01:42:00 +0300
parents 03e58a454b20
children
line wrap: on
line source

package IMPL::SVN;
use strict;

use base qw(IMPL::Object);
use IMPL::Object::Property;

BEGIN {
    public virtual _direct property SvnClient => get;
}

sub UpdateBatch {
    my ($this,$revstart,$revend) = @_;


}