From 24b3de8987f622b349cbe14dca99594f2c279902 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 28 Feb 2011 18:25:01 -0800 Subject: add config template abstraction --- src/cstore/unionfs/cstore-unionfs.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cstore/unionfs/cstore-unionfs.hpp') diff --git a/src/cstore/unionfs/cstore-unionfs.hpp b/src/cstore/unionfs/cstore-unionfs.hpp index 29f6822..82bda2a 100644 --- a/src/cstore/unionfs/cstore-unionfs.hpp +++ b/src/cstore/unionfs/cstore-unionfs.hpp @@ -150,7 +150,7 @@ private: // these operate on current tmpl path bool tmpl_node_exists(); - bool tmpl_parse(vtw_def& def); + Ctemplate *tmpl_parse(); // these operate on current work path bool add_node(); @@ -184,10 +184,10 @@ private: bool marked_display_default(bool active_cfg); // observers during commit operation - bool marked_committed(const vtw_def& def, bool is_set); + bool marked_committed(const Ctemplate *def, bool is_set); // these operate on both current tmpl and work paths - bool validate_val_impl(vtw_def *def, char *value); + bool validate_val_impl(const Ctemplate *def, char *value); // observers for "edit/tmpl levels" (for "edit"-related operations). // note that these should be moved to base class in the future. -- cgit v1.2.3