repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
PortableServer
/
ImplicitActivationStrategyExplicit.cpp
blob
97762e51cb7a807a6cfda591d4ae266f278b51b1
1
// -*- C++ -*-
2
#include
"tao/PortableServer/ImplicitActivationStrategyExplicit.h"
3
4
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
namespace
TAO
7
{
8
namespace
Portable_Server
9
{
10
bool
11
ImplicitActivationStrategyExplicit
::
allow_implicit_activation
()
const
12
{
13
return false
;
14
}
15
}
16
}
17
18
TAO_END_VERSIONED_NAMESPACE_DECL