| 176 | } |
| 177 | |
| 178 | das_file_access * das_fileaccess_make_default ( ) { |
| 179 | auto access = get_file_access(nullptr); |
| 180 | return (das_file_access *) access.orphan(); |
| 181 | } |
| 182 | |
| 183 | das_file_access * das_fileaccess_make_project ( const char * project_file ) { |
| 184 | auto access = get_file_access((char *)project_file); |