Definition at line 388 of file dcc.cpp.
Public Member Functions | |
s_fs () | |
Public Attributes | |
s_file | file |
Properties of current-edited file. | |
string | name |
Name of the file. | |
s_access | new_access |
Current-edited access rights. |
|
Definition at line 394 of file dcc.cpp. References s_access::clear(), s_file::clear(), file, name, and new_access. 00395 { 00396 name=""; 00397 file.clear(); 00398 new_access.clear(); 00399 }
Here is the call graph for this function: ![]() |
|
Properties of current-edited file.
Definition at line 390 of file dcc.cpp. Referenced by s_fs(). |
|
Name of the file.
Definition at line 389 of file dcc.cpp. Referenced by s_fs(). |
|
Current-edited access rights.
Definition at line 392 of file dcc.cpp. Referenced by s_fs(). |