ExternalLong.st
changeset 623 cd16d122c83e
parent 609 2a4ed61bf78b
child 1926 b7740748e15c
--- a/ExternalLong.st	Mon Mar 30 13:27:18 1998 +0200
+++ b/ExternalLong.st	Mon Mar 30 17:09:07 1998 +0200
@@ -2,7 +2,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Database-ODBC-Driver'
+	category:'System-Support'
 !
 
 
@@ -77,8 +77,10 @@
     ^ self doubleWordAt:1
 
     "
-     ODBCLibrary::ExternalLong new value:10
+     ExternalLong new value:10
     "
+
+    "Modified: / 30.3.1998 / 17:07:57 / cg"
 !
 
 value:anInteger
@@ -88,5 +90,5 @@
 !ExternalLong class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ExternalLong.st,v 1.2 1998-01-28 16:22:27 dq Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ExternalLong.st,v 1.3 1998-03-30 15:09:07 cg Exp $'
 ! !