MatrixBerryCore
ConfRepoMgrAdv.m
Go to the documentation of this file.
1 classdef ConfRepoMgrAdv<mxberry.conf.ConfRepoManager
2  methods
3  function self=ConfRepoMgrAdv(varargin)
4  self=self@mxberry.conf.ConfRepoManager(varargin{:});
5  end
6  end
7 end