Mercurial > pub > Impl
comparison lib/IMPL/Config/Container.pm @ 421:7798345304bc ref20150831
working on IMPL::Config, removed old stuff
author | cin |
---|---|
date | Sun, 16 Jul 2017 22:59:39 +0300 |
parents | df591e3afd10 |
children | b0481c071bea |
comparison
equal
deleted
inserted
replaced
420:df591e3afd10 | 421:7798345304bc |
---|---|
109 | 109 |
110 my @result; | 110 my @result; |
111 | 111 |
112 foreach my $service (@$all) { | 112 foreach my $service (@$all) { |
113 $context = ActivationContext->new($this) | 113 $context = ActivationContext->new($this) |
114 unless $context || $opts{shared}; | 114 unless $context && $opts{shared}; |
115 | 115 |
116 push @result, $service->Activate($context); | 116 push @result, $service->Activate($context); |
117 } | 117 } |
118 | 118 |
119 return \@result; | 119 return \@result; |