Example #1
0
// copy c'tor (shallow copy)
saga::file::file (const file & src)
  : saga::object (src.get_obj_impl ())
{
}