Displaying 1 result from an estimated 1 matches for "real_param1".
2013 Jan 27
5
Extending a standard type
I''m trying to extend the standard ''user'' type to add maintenance of some of
the contents of a user''s home directory, and I''m trying to avoid creating
an entirely new custom type if I can. The approach I''m taking is to create
a site::user defined type which in turns calls the standard user type. I''m
having a problem figuring out