Home | History | Annotate | Download | only in Common
      1 // DefaultName.h
      2 
      3 #ifndef __DEFAULTNAME_H
      4 #define __DEFAULTNAME_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