NaiveRomanNumberFormatNotification.st
author Claus Gittinger <cg@exept.de>
Tue, 03 Jun 2003 12:36:51 +0200
changeset 7327 ab17eb5f11a6
parent 6680 db9c7f9ad960
child 7586 63e4900c8931
permissions -rw-r--r--
printFormat

"{ Package: 'stx:libbasic' }"

Notification subclass:#NaiveRomanNumberFormatNotification
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-Errors'
!


!NaiveRomanNumberFormatNotification class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/NaiveRomanNumberFormatNotification.st,v 1.1 2002-07-31 13:14:32 cg Exp $'
! !