home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / PATCHES / NT4SP4 / SP4I386.EXE / securityproperty.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-10-15  |  702 b   |  12 lines

  1. package com.ms.mtx;
  2.  
  3. public interface SecurityProperty {
  4.    String GetOriginalCallerName();
  5.  
  6.    String GetOriginalCreatorName();
  7.  
  8.    String GetDirectCallerName();
  9.  
  10.    String GetDirectCreatorName();
  11. }
  12.