NaiveRomanNumberFormatNotification.st
author Claus Gittinger <cg@exept.de>
Wed, 31 Jul 2002 15:14:54 +0200
changeset 6680 db9c7f9ad960
child 7586 63e4900c8931
permissions -rw-r--r--
initial checkin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6680
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
"{ Package: 'stx:libbasic' }"
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
Notification subclass:#NaiveRomanNumberFormatNotification
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
	instanceVariableNames:''
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
	classVariableNames:''
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
	poolDictionaries:''
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
	category:'Kernel-Exceptions-Errors'
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
!
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
!NaiveRomanNumberFormatNotification class methodsFor:'documentation'!
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
version
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
    ^ '$Header: /cvs/stx/stx/libbasic/NaiveRomanNumberFormatNotification.st,v 1.1 2002-07-31 13:14:32 cg Exp $'
db9c7f9ad960 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
! !