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
/
SmartProxies
/
Smart_Proxies.inl
blob
23323281dd5a238c969b39104af8b2fe7c31603b
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ()
6
{
7
}
8
9
ACE_INLINE
10
TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy)
11
: base_proxy_(proxy)
12
{
13
}
14
15
TAO_END_VERSIONED_NAMESPACE_DECL