Active_Object_Map_Entry.cpp

Go to the documentation of this file.
00001 // Active_Object_Map_Entry.cpp,v 1.4 2006/03/10 07:19:13 jtc Exp
00002 
00003 #include "tao/PortableServer/Active_Object_Map_Entry.h"
00004 
00005 ACE_RCSID(PortableServer,
00006           Active_Object_Map_Entry,
00007           "Active_Object_Map_Entry.cpp,v 1.4 2006/03/10 07:19:13 jtc Exp")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 TAO_Active_Object_Map_Entry::TAO_Active_Object_Map_Entry (void)
00012   : user_id_ (),
00013     system_id_ (),
00014     servant_ (0),
00015     reference_count_ (1),
00016     deactivated_ (0),
00017     priority_ (-1)
00018 {
00019 }
00020 
00021 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 12:40:37 2006 for TAO_PortableServer by doxygen 1.3.6