ExternalFunction.st
branchjv
changeset 17834 04ff72c5039a
parent 17814 b75a7f0c346b
child 17841 7abcc4aef871
equal deleted inserted replaced
17833:1602a49e146e 17834:04ff72c5039a
   970 ! !
   970 ! !
   971 
   971 
   972 !ExternalFunction class methodsFor:'documentation'!
   972 !ExternalFunction class methodsFor:'documentation'!
   973 
   973 
   974 version
   974 version
   975     ^ '$Id: ExternalFunction.st 10602 2010-12-20 07:13:27Z vranyj1 $'
   975     ^ '$Id: ExternalFunction.st 10632 2011-04-09 17:19:04Z vranyj1 $'
   976 !
   976 !
   977 
   977 
   978 version_CVS
   978 version_CVS
   979     ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.27 2009/11/05 16:26:28 stefan Exp '
   979     ^ 'Header: /var/local/cvs/stx/libbasic/ExternalFunction.st,v 1.27 2009-11-05 16:26:28 stefan Exp '
   980 !
   980 !
   981 
   981 
   982 version_SVN
   982 version_SVN
   983     ^ '$Id: ExternalFunction.st 10602 2010-12-20 07:13:27Z vranyj1 $'
   983     ^ '$Id: ExternalFunction.st 10632 2011-04-09 17:19:04Z vranyj1 $'
   984 ! !
   984 ! !
   985 
   985 
   986 ExternalFunction initialize!
   986 ExternalFunction initialize!
   987 
   987 
   988 
   988 
   989 
   989 
   990 
   990 
   991 
   991 
       
   992