Solution to issue #6
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef GENERATEPASSWORDFILENAME_H_
|
||||
#define GENERATEPASSWORDFILENAME_H_
|
||||
|
||||
#include<string>
|
||||
|
||||
class GeneratePasswordFileName
|
||||
{
|
||||
public:
|
||||
GeneratePasswordFileName();
|
||||
std::string passwordFileNameString() const;
|
||||
private:
|
||||
void generatedFileName();
|
||||
std::string filename;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user