-------------------------------------------------------------------------
| 32 | |
| 33 | //------------------------------------------------------------------------- |
| 34 | OptionsExportType OptionsExport::GetType() const |
| 35 | { |
| 36 | return type_; |
| 37 | } |
| 38 | |
| 39 | //------------------------------------------------------------------------- |
| 40 | const std::wstring& OptionsExport::GetName() const |
no outgoing calls