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
/
tao
/
PortableServer
/
Active_Object_Map_Entry.cpp
blob
1baf0f276a89400b63250b6ee20415197de5adef
1
#include
"tao/PortableServer/Active_Object_Map_Entry.h"
2
3
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4
5
TAO_Active_Object_Map_Entry
::
TAO_Active_Object_Map_Entry
()
6
:
user_id_
(),
7
system_id_
(),
8
servant_
(
0
),
9
reference_count_
(
1
),
10
deactivated_
(
false
),
11
priority_
(-
1
)
12
{
13
}
14
15
TAO_END_VERSIONED_NAMESPACE_DECL