summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Active_Object_Map_Entry.cpp
blob: 8c622b4eaeae467ae1a941fc53d92388d790d5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#include "tao/PortableServer/Active_Object_Map_Entry.h"

ACE_RCSID(PortableServer,
          Active_Object_Map_Entry,
          "$Id$")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Active_Object_Map_Entry::TAO_Active_Object_Map_Entry (void)
  : user_id_ (),
    system_id_ (),
    servant_ (0),
    reference_count_ (1),
    deactivated_ (false),
    priority_ (-1)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL