SmallSense__ConstantPO.st
author Claus Gittinger
Wed, 26 Feb 2014 19:06:00 +0100
changeset 174 3e08d765d86f
parent 67 020b7461b15e
child 230 2c12395f8108
permissions -rw-r--r--
sync from current CVS head; fixed comment highlighting for STXEOLRule

"{ Package: 'jv:smallsense' }"

"{ NameSpace: SmallSense }"

PO subclass:#ConstantPO
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Core-Interface-PO'
!


!ConstantPO methodsFor:'testing'!

isSmallSenseConstantPO
    ^ true
! !

!ConstantPO class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
!

version_SVN
    ^ '$Id: SmallSense__ConstantPO.st,v 1.2 2014/02/12 14:49:29 sr Exp $'
! !