NamespaceAwareLookup.st
branchjv
changeset 17775 90a5bae0a710
parent 17766 0acf634e6550
child 17776 713a2e5f8a1c
equal deleted inserted replaced
17774:479c4d02ad58 17775:90a5bae0a710
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
    34 "
    34 "
    35 ! !
    35 ! !
    36 
    36 
       
    37 
    37 !NamespaceAwareLookup class methodsFor:'accessing'!
    38 !NamespaceAwareLookup class methodsFor:'accessing'!
    38 
    39 
    39 instance
    40 instance
    40 
    41 
    41     Instance ifNil:[Instance := self basicNew].
       
    42     ^Instance
    42     ^Instance
    43 
    43 
    44     "Created: / 20-05-2010 / 11:18:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    44     "Created: / 20-05-2010 / 11:18:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    45     "Modified: / 10-07-2010 / 21:12:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    45 ! !
    46 ! !
    46 
    47 
    47 !NamespaceAwareLookup methodsFor:'lookup'!
    48 !NamespaceAwareLookup methodsFor:'lookup'!
    48 
    49 
    49 lookupMethodForSelector: selector directedTo: searchClass for: receiver withArguments: argArrayOrNil from: sendingContext 
    50 lookupMethodForSelector: selector directedTo: searchClass for: receiver withArguments: argArrayOrNil from: sendingContext 
   105 ! !
   106 ! !
   106 
   107 
   107 !NamespaceAwareLookup class methodsFor:'documentation'!
   108 !NamespaceAwareLookup class methodsFor:'documentation'!
   108 
   109 
   109 version_SVN
   110 version_SVN
   110     ^ '$Id: NamespaceAwareLookup.st 10524 2010-05-20 13:35:23Z vranyj1 $'
   111     ^ '$Id: NamespaceAwareLookup.st 10538 2010-07-10 19:45:10Z vranyj1 $'
   111 ! !
   112 ! !
       
   113 
       
   114 NamespaceAwareLookup initialize!