aboutsummaryrefslogtreecommitdiffstats
path: root/isup
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-02-20 13:41:51 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-02-20 13:56:15 +0100
commit023d7a78d43a394f612add77ed260e1ac0aad2fa (patch)
tree8d47e3514bbd08d6dec563a2e00251eb6559641e /isup
parent572906b5e5c1717f4a8c99a0fbc5f729b6661b73 (diff)
misc: Add a comment all classes in the Osmo namespace
Diffstat (limited to 'isup')
-rw-r--r--isup/create_structs.st4
1 files changed, 4 insertions, 0 deletions
diff --git a/isup/create_structs.st b/isup/create_structs.st
index 9dec307..28a7cea 100644
--- a/isup/create_structs.st
+++ b/isup/create_structs.st
@@ -191,6 +191,7 @@ Object subclass: StructCreator [
type :=
'MSGFixedField subclass: %1 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am an auto generated ISUP fixed field.''>
%1 class >> parameterName [ ^ ''%2'' ]
%1 class >> parameterValue [ ^ ISUPConstants par%3 ]
@@ -216,6 +217,7 @@ Object subclass: StructCreator [
type :=
'MSGVariableField subclass: %1 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am an auto generated ISUP variable.''>
%1 class >> parameterName [ ^ ''%2'' ]
%1 class >> parameterValue [ ^ ISUPConstants par%3 ]
@@ -233,6 +235,7 @@ Object subclass: StructCreator [
struct add: '
ISUPMessage subclass: ISUP%1 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am auto-generated ISUP message.''>
ISUP%1 class >> structure [
^ (self initWith: ISUPConstants msg%1)' % {structName. }.
@@ -275,6 +278,7 @@ message type.'>
self structs add: '
ISUP%1 subclass: ISUP%2 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am an auto generated ISUP message.''>
ISUP%2 class >> structure [
^ (super structure)