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

#include "tao/PortableServer/Active_Object_Map_Entry.h"

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