Checkpoint micasad code for portable app on windows.

This commit is contained in:
Jim Norman
2006-11-28 06:37:07 +00:00
parent 411e95b4f0
commit 20ae282ddb
20 changed files with 4600 additions and 14 deletions

View File

@@ -39,6 +39,14 @@ namespace sscs.common
{
}
internal WinUser(UserIdentifier winUserId, string userHome)
{
userId = winUserId;
secretStore = new SecretStore(this);
m_sUserHome = userHome;
}
internal WinUser(UserIdentifier winUserId)
{
userId = winUserId;
@@ -115,8 +123,5 @@ namespace sscs.common
}
}
}
}
}