- Cface::TypeMapping
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 30 May 2012 19:56:35 +0000
changeset 20 31f3152de537
parent 19 1297bf936bfb
child 21 899da9dea8a9
- Cface::TypeMapping changed: #smalltalkCategoryForDerivedType: #smalltalkCategoryForEnum:
Cface__TypeMapping.st
--- a/Cface__TypeMapping.st	Wed May 30 19:55:53 2012 +0000
+++ b/Cface__TypeMapping.st	Wed May 30 19:56:35 2012 +0000
@@ -77,19 +77,21 @@
 
 smalltalkCategoryForDerivedType:cType 
 
-    ^(self smalltalkNamespaceForDerivedType: cType) , ' - C Types'
+    ^(self smalltalkNamespaceForDerivedType: cType) , '-C Types'
 
     "Created: / 10-07-2008 / 08:06:58 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 10-07-2008 / 20:30:28 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 30-05-2012 / 21:59:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 smalltalkCategoryForEnum: enum
 
-    ^self smalltalkNamespace , ' - Constants'
+    ^self smalltalkNamespace , '-Constants'
 
     "Answers class which should contain function call"
 
     "Created: / 10-07-2008 / 08:07:31 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 30-05-2012 / 21:59:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 smalltalkCategoryForStruct:struct