This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit 2435081104a0af9a8850c94471b9df19eb55d213 Author: Andrei Zavada <[email protected]> Date: Sun Sep 15 02:25:58 2013 +0300 routine enhancements in CStorablePPack --- upstream/src/aghermann/expdesign/dirlevel.hh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/upstream/src/aghermann/expdesign/dirlevel.hh b/upstream/src/aghermann/expdesign/dirlevel.hh index d52c8bd..33fe23d 100644 --- a/upstream/src/aghermann/expdesign/dirlevel.hh +++ b/upstream/src/aghermann/expdesign/dirlevel.hh @@ -59,12 +59,18 @@ class CStorablePPack { level_id (level_id_), ED (ED_), saved (false) - {} + {} // don't load, defer until config_keys_* are connected + + CStorablePPack (const CStorablePPack&) = delete; // because of config_keys_* + CStorablePPack& operator=( const CStorablePPack&) = delete; // and because we cannot have identical profiles in tree string subdir, name; TExpDirLevel level; + const char* + exp_dir_level_s() const + { return agh::exp_dir_level_s(level); } SExpDirLevelId level_id; -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
