More config cleanup in LaunchSLClient.

This commit is contained in:
Jeff Ames
2008-05-01 17:26:35 +00:00
parent a0ccb1235a
commit 138e612300
5 changed files with 29 additions and 14 deletions

View File

@@ -33,5 +33,6 @@ namespace LaunchSLClient
public abstract class MachineConfig
{
public abstract void GetClient(ref string exePath, ref string runLine, ref string exeFlags);
public abstract string GetConfigDir();
}
}