SVN__StatusObstructed.st
author Claus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:26:58 +0100
changeset 1183 8af078552bae
parent 846 9cc5892a9ca0
permissions -rw-r--r--
flyByHelpSpec -> helpSpec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
753
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     1
"
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     2
 Copyright (c) 2007-2010 Jan Vrany
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     3
 Copyright (c) 2009-2010 eXept Software AG
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     4
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     5
 Permission is hereby granted, free of charge, to any person
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     6
 obtaining a copy of this software and associated documentation
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     7
 files (the 'Software'), to deal in the Software without
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     8
 restriction, including without limitation the rights to use,
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
     9
 copy, modify, merge, publish, distribute, sublicense, and/or sell
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    10
 copies of the Software, and to permit persons to whom the
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    11
 Software is furnished to do so, subject to the following
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    12
 conditions:
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    13
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    14
 The above copyright notice and this permission notice shall be
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    15
 included in all copies or substantial portions of the Software.
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    16
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    17
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    18
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    19
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    20
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    21
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    22
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    23
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    24
 OTHER DEALINGS IN THE SOFTWARE.
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    25
"
447
2533e5a2b73f *** empty log message ***
fm
parents: 306
diff changeset
    26
"{ Package: 'stx:libsvn' }"
80
c69db8137b71 initial checkin
fm
parents:
diff changeset
    27
c69db8137b71 initial checkin
fm
parents:
diff changeset
    28
"{ NameSpace: SVN }"
c69db8137b71 initial checkin
fm
parents:
diff changeset
    29
c69db8137b71 initial checkin
fm
parents:
diff changeset
    30
Status subclass:#StatusObstructed
c69db8137b71 initial checkin
fm
parents:
diff changeset
    31
	instanceVariableNames:''
c69db8137b71 initial checkin
fm
parents:
diff changeset
    32
	classVariableNames:''
c69db8137b71 initial checkin
fm
parents:
diff changeset
    33
	poolDictionaries:''
c69db8137b71 initial checkin
fm
parents:
diff changeset
    34
	category:'SVN-Status'
c69db8137b71 initial checkin
fm
parents:
diff changeset
    35
!
c69db8137b71 initial checkin
fm
parents:
diff changeset
    36
753
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    37
!StatusObstructed class methodsFor:'documentation'!
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    38
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    39
copyright
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    40
"
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    41
 Copyright (c) 2007-2010 Jan Vrany
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    42
 Copyright (c) 2009-2010 eXept Software AG
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    43
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    44
 Permission is hereby granted, free of charge, to any person
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    45
 obtaining a copy of this software and associated documentation
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    46
 files (the 'Software'), to deal in the Software without
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    47
 restriction, including without limitation the rights to use,
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    48
 copy, modify, merge, publish, distribute, sublicense, and/or sell
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    49
 copies of the Software, and to permit persons to whom the
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    50
 Software is furnished to do so, subject to the following
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    51
 conditions:
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    52
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    53
 The above copyright notice and this permission notice shall be
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    54
 included in all copies or substantial portions of the Software.
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    55
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    56
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    57
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    58
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    59
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    60
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    61
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    62
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    63
 OTHER DEALINGS IN THE SOFTWARE.
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    64
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    65
"
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    66
! !
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    67
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    68
!StatusObstructed class methodsFor:'others'!
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    69
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    70
version_CVS
846
9cc5892a9ca0 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 753
diff changeset
    71
    ^ '$Header$'
753
2eb362e6a51b Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 447
diff changeset
    72
! !
80
c69db8137b71 initial checkin
fm
parents:
diff changeset
    73
c69db8137b71 initial checkin
fm
parents:
diff changeset
    74
!StatusObstructed methodsFor:'accessing'!
c69db8137b71 initial checkin
fm
parents:
diff changeset
    75
c69db8137b71 initial checkin
fm
parents:
diff changeset
    76
icon
c69db8137b71 initial checkin
fm
parents:
diff changeset
    77
	"Created: / 11-04-2008 / 11:05:53 / Jan Vrany <vranyj1@fel.cvut.cz>"
c69db8137b71 initial checkin
fm
parents:
diff changeset
    78
c69db8137b71 initial checkin
fm
parents:
diff changeset
    79
    self shouldImplement
c69db8137b71 initial checkin
fm
parents:
diff changeset
    80
!
c69db8137b71 initial checkin
fm
parents:
diff changeset
    81
c69db8137b71 initial checkin
fm
parents:
diff changeset
    82
id
c69db8137b71 initial checkin
fm
parents:
diff changeset
    83
        "Returns a one-char ID of status"
c69db8137b71 initial checkin
fm
parents:
diff changeset
    84
c69db8137b71 initial checkin
fm
parents:
diff changeset
    85
    ^$~
c69db8137b71 initial checkin
fm
parents:
diff changeset
    86
c69db8137b71 initial checkin
fm
parents:
diff changeset
    87
    "Modified: / 18-08-2009 / 12:55:05 / Jan Vrany <vranyj1@fel.cvut.cz>"
c69db8137b71 initial checkin
fm
parents:
diff changeset
    88
!
c69db8137b71 initial checkin
fm
parents:
diff changeset
    89
c69db8137b71 initial checkin
fm
parents:
diff changeset
    90
name
c69db8137b71 initial checkin
fm
parents:
diff changeset
    91
        "raise an error: must be redefined in concrete subclass(es)"
c69db8137b71 initial checkin
fm
parents:
diff changeset
    92
c69db8137b71 initial checkin
fm
parents:
diff changeset
    93
    ^'obstructed'
c69db8137b71 initial checkin
fm
parents:
diff changeset
    94
c69db8137b71 initial checkin
fm
parents:
diff changeset
    95
    "Modified: / 18-08-2009 / 12:55:15 / Jan Vrany <vranyj1@fel.cvut.cz>"
c69db8137b71 initial checkin
fm
parents:
diff changeset
    96
! !
c69db8137b71 initial checkin
fm
parents:
diff changeset
    97
c69db8137b71 initial checkin
fm
parents:
diff changeset
    98
!StatusObstructed class methodsFor:'documentation'!
c69db8137b71 initial checkin
fm
parents:
diff changeset
    99
c69db8137b71 initial checkin
fm
parents:
diff changeset
   100
version
846
9cc5892a9ca0 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 753
diff changeset
   101
    ^ '$Header$'
136
417acce0e406 changed: #version_SVN
fm
parents: 80
diff changeset
   102
!
417acce0e406 changed: #version_SVN
fm
parents: 80
diff changeset
   103
417acce0e406 changed: #version_SVN
fm
parents: 80
diff changeset
   104
version_SVN
846
9cc5892a9ca0 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 753
diff changeset
   105
    ^ '§Id: SVN__StatusObstructed.st 363 2011-08-08 13:49:48Z vranyj1 §'
80
c69db8137b71 initial checkin
fm
parents:
diff changeset
   106
! !