[ActiveLock-Development] CVS: activelock/src/vbdox ActiveLock2.vbp,1.1,1.2
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-10-13 05:01:14
|
Update of /cvsroot/activelock/activelock/src/vbdox In directory sc8-pr-cvs1:/tmp/cvs-serv28892 Modified Files: ActiveLock2.vbp Log Message: Removed IKeyStoreProvider and modActiveLock. These objects are internal and don't need to be exposed. Index: ActiveLock2.vbp =================================================================== RCS file: /cvsroot/activelock/activelock/src/vbdox/ActiveLock2.vbp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ActiveLock2.vbp 7 Aug 2003 17:30:59 -0000 1.1 +++ ActiveLock2.vbp 13 Oct 2003 05:01:08 -0000 1.2 @@ -2,10 +2,8 @@ Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#STDOLE2.TLB#OLE Automation Class=IActiveLock; ..\IActiveLock.cls Class=Globals; ..\Globals.cls -Class=IKeyStoreProvider; ..\IKeyStoreProvider.cls Class=ProductLicense; ..\ProductLicense.cls Class=ActiveLockEventNotifier; ..\ActiveLockEventNotifier.cls -Module=modActiveLock; ..\modActiveLock.bas Startup="(None)" HelpFile="" Title="ActiveLock2" @@ -17,7 +15,7 @@ CompatibleEXE32="ActiveLock2.dll" MajorVer=2 MinorVer=0 -RevisionVer=0 +RevisionVer=3 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="The ActiveLock Software Group" |