=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / PortableServer / Active_Object_Map_Entry.cpp
blob1baf0f276a89400b63250b6ee20415197de5adef
1 #include "tao/PortableServer/Active_Object_Map_Entry.h"
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
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)
15 TAO_END_VERSIONED_NAMESPACE_DECL