LibraryDefinition.st
changeset 12310 3a8e985b4625
parent 12214 96d417c20fb8
child 12333 736cae5edb2a
equal deleted inserted replaced
12309:f51aaafd2131 12310:3a8e985b4625
   611     "Created: / 09-08-2006 / 16:31:54 / fm"
   611     "Created: / 09-08-2006 / 16:31:54 / fm"
   612 ! !
   612 ! !
   613 
   613 
   614 !LibraryDefinition class methodsFor:'testing'!
   614 !LibraryDefinition class methodsFor:'testing'!
   615 
   615 
       
   616 isAbstract
       
   617     ^ self == LibraryDefinition
       
   618 !
       
   619 
   616 isLibraryDefinition
   620 isLibraryDefinition
   617     ^ self ~~ LibraryDefinition
   621     ^ self ~~ LibraryDefinition
   618 
   622 
   619     "
   623     "
   620      stx_libboss isLibraryDefinition
   624      stx_libboss isLibraryDefinition
   638 ! !
   642 ! !
   639 
   643 
   640 !LibraryDefinition class methodsFor:'documentation'!
   644 !LibraryDefinition class methodsFor:'documentation'!
   641 
   645 
   642 version
   646 version
   643     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.93 2009-10-12 17:26:27 cg Exp $'
   647     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.94 2009-10-20 14:42:25 cg Exp $'
   644 !
   648 !
   645 
   649 
   646 version_CVS
   650 version_CVS
   647     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.93 2009-10-12 17:26:27 cg Exp $'
   651     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.94 2009-10-20 14:42:25 cg Exp $'
   648 ! !
   652 ! !