Tools__BackgroundSourceProcessingService.st
branchjv
changeset 12128 a7ff7d66ee85
parent 12125 0c49a3b13e43
child 12172 047fafb1c37f
equal deleted inserted replaced
12127:2cd2752646a7 12128:a7ff7d66ee85
       
     1 "
       
     2  COPYRIGHT (c) 2006 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
     2 
    13 
     3 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
     4 
    15 
     5 CodeViewService subclass:#BackgroundSourceProcessingService
    16 CodeViewService subclass:#BackgroundSourceProcessingService
     8 	poolDictionaries:''
    19 	poolDictionaries:''
     9 	category:'Interface-CodeView'
    20 	category:'Interface-CodeView'
    10 !
    21 !
    11 
    22 
    12 !BackgroundSourceProcessingService class methodsFor:'documentation'!
    23 !BackgroundSourceProcessingService class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 2006 by eXept Software AG
       
    28               All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 !
    13 
    38 
    14 documentation
    39 documentation
    15 "
    40 "
    16     An abstract base class for all services that process current
    41     An abstract base class for all services that process current
    17     (displayed) source code. All processing is done in background
    42     (displayed) source code. All processing is done in background
   185 ! !
   210 ! !
   186 
   211 
   187 !BackgroundSourceProcessingService class methodsFor:'documentation'!
   212 !BackgroundSourceProcessingService class methodsFor:'documentation'!
   188 
   213 
   189 version
   214 version
   190     ^ '$Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.1 2012/01/24 12:57:30 vrany Exp $'
   215     ^ '$Id: Tools__BackgroundSourceProcessingService.st 7854 2012-01-30 17:49:41Z vranyj1 $'
   191 !
   216 !
   192 
   217 
   193 version_CVS
   218 version_CVS
   194     ^ '§Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.1 2012/01/24 12:57:30 vrany Exp §'
   219     ^ '§Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.1 2012/01/24 12:57:30 vrany Exp §'
   195 ! !
   220 !
       
   221 
       
   222 version_SVN
       
   223     ^ '$Id: Tools__BackgroundSourceProcessingService.st 7854 2012-01-30 17:49:41Z vranyj1 $'
       
   224 ! !