Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
12
c_micasad/common/UserIdentifier.cs
Normal file
12
c_micasad/common/UserIdentifier.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace sscs.common
|
||||
{
|
||||
public interface UserIdentifier
|
||||
{
|
||||
void PrintIdentifier();
|
||||
int GetUID();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user