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
Use =default for skeleton copy constructor
[ACE_TAO.git]
/
TAO
/
tao
/
PI
/
PICurrent.inl
blob
98d3f773177d677f0a545253bc2e3ae43ff4ead9
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE PortableInterceptor::SlotId
5
TAO::PICurrent::slot_count () const
6
{
7
return this->slot_count_;
8
}
9
10
TAO_END_VERSIONED_NAMESPACE_DECL