1 // DefaultName.h 2 3 #ifndef __DEFAULT_NAME_H 4 #define __DEFAULT_NAME_H 5 6 #include "../../../Common/MyString.h" 7 8 UString GetDefaultName2(const UString &fileName, 9 const UString &extension, const UString &addSubExtension); 10 11 #endif 12
1 // DefaultName.h 2 3 #ifndef __DEFAULT_NAME_H 4 #define __DEFAULT_NAME_H 5 6 #include "../../../Common/MyString.h" 7 8 UString GetDefaultName2(const UString &fileName, 9 const UString &extension, const UString &addSubExtension); 10 11 #endif 12