GDBMIDriver.st
changeset 3 29ea333a1811
parent 2 a96eb336dbd3
equal deleted inserted replaced
2:a96eb336dbd3 3:29ea333a1811
     4 	instanceVariableNames:'pid commandChannel commandQueue commandQueueLock
     4 	instanceVariableNames:'pid commandChannel commandQueue commandQueueLock
     5 		commandDispatcher eventChannel eventQueue eventQueueLock
     5 		commandDispatcher eventChannel eventQueue eventQueueLock
     6 		eventNotifier eventDispatcher'
     6 		eventNotifier eventDispatcher'
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'GDB-Private-MI'
     9 	category:'GDB-Private'
    10 !
    10 !
    11 
    11 
    12 
    12 
    13 !GDBMIDriver class methodsFor:'instance creation'!
    13 !GDBMIDriver class methodsFor:'instance creation'!
    14 
    14