00001 // $Id: Object_Loader.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #include "tao/Object_Loader.h" 00004 00005 ACE_RCSID (tao, 00006 Object_Loader, 00007 "$Id: Object_Loader.cpp 71473 2006-03-10 07:19:20Z jtc $") 00008 00009 00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00011 00012 TAO_Object_Loader::~TAO_Object_Loader (void) 00013 { 00014 } 00015 00016 TAO_END_VERSIONED_NAMESPACE_DECL