Skip to content

Commit b4d17e9

Browse files
committed
Add Identifier back as regular method and rename to JobIdentifier
1 parent df51767 commit b4d17e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Launcher.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,11 @@ class Launcher : public PluginHost::IPlugin {
679679
}
680680

681681
private:
682+
string JobIdentifier() const
683+
{
684+
return (_T("Launcher::Command(\"") + _options.Command() + _T("\")"));
685+
}
686+
682687
friend Core::ThreadPool::JobType<Job&>;
683688
void Dispatch()
684689
{

0 commit comments

Comments
 (0)