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

#include "Active_Object_Map_Entry.h"

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

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