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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
tests
/
OctetSeq
/
test_i.inl
blob
e356538b3578a4c549676ca3809608cd7572217f
1
ACE_INLINE
2
Database_i::Database_i (CORBA::ORB_ptr orb,
3
Test::Index max_range)
4
: orb_ (CORBA::ORB::_duplicate (orb)),
5
max_range_ (max_range)
6
{
7
ACE_NEW (this->elements_, Test::OctetSeq[this->max_range_]);
8
}