From 59f3d7ac47c39eef88fa186531d706e844e19bb5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 27 Sep 2011 16:54:38 +0200 Subject: [PATCH] misc: Make all classes carry a proper category --- BERTLVStream.st | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BERTLVStream.st b/BERTLVStream.st index 737de87..5c57a9e 100644 --- a/BERTLVStream.st +++ b/BERTLVStream.st @@ -18,7 +18,7 @@ Object subclass: BERTag [ | classType tagValue constructed | - + BERTag class >> classUniversal [ @@ -192,7 +192,7 @@ Object subclass: BERTag [ ] Object subclass: BERLength [ - + @@ -233,7 +233,7 @@ extension to a SmallInteger. Should I have a method called isIndefinite. Time wi Object subclass: BERTLVStream [ | base | - + @@ -292,6 +292,7 @@ of X.690 and provide very basic reading of a stream.'> ] BERTLVStream subclass: DERTLVStream [ +