Active_Object_Map_Entry.cpp

Go to the documentation of this file.
00001 // $Id: Active_Object_Map_Entry.cpp 75869 2006-12-06 19:22:23Z johnnyw $
00002 
00003 #include "tao/PortableServer/Active_Object_Map_Entry.h"
00004 
00005 ACE_RCSID(PortableServer,
00006           Active_Object_Map_Entry,
00007           "$Id: Active_Object_Map_Entry.cpp 75869 2006-12-06 19:22:23Z johnnyw $")
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_ (false),
00017     priority_ (-1)
00018 {
00019 }
00020 
00021 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:40:53 2010 for TAO_PortableServer by  doxygen 1.4.7