[ActiveLock-Development] CVS: alugen/lib IALUGenerator.cls,1.4,1.5
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-11-03 07:04:18
|
Update of /cvsroot/activelock/alugen/lib In directory sc8-pr-cvs1:/tmp/cvs-serv1003 Modified Files: IALUGenerator.cls Log Message: Yikes! Syntax error!!! Index: IALUGenerator.cls =================================================================== RCS file: /cvsroot/activelock/alugen/lib/IALUGenerator.cls,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- IALUGenerator.cls 3 Nov 2003 06:40:45 -0000 1.4 +++ IALUGenerator.cls 3 Nov 2003 07:04:16 -0000 1.5 @@ -69,9 +69,9 @@ ' GenKey(objActiveLock As IActiveLock, ByVal ReqCode As String, ExpireDate As String) ' 10.13.03 - th2tran - Renamed Code1 and Code2 to VCode and GCode respectively. ' 11.02.03 - th2tran - GenKey interface changed (again) from - GenKey(objActiveLock As IActiveLock, ByVal ReqCode As String, ExpireDate As String) As String - to - GenKey(Lic As ActiveLock2.ProductLicense, ByVal InstCode As String) As String +' GenKey(objActiveLock As IActiveLock, ByVal ReqCode As String, ExpireDate As String) As String +' to +' GenKey(Lic As ActiveLock2.ProductLicense, ByVal InstCode As String) As String ' </pre> ' /////////////////////////////////////////////////////////////////////// |