00001 // -*- C++ -*- 00002 // $Id: Messaging.cpp 78248 2007-05-02 14:03:48Z johnnyw $ 00003 00004 #include "tao/Messaging/Messaging.h" 00005 #include "tao/Messaging/Messaging_Loader.h" 00006 00007 #include "tao/debug.h" 00008 00009 ACE_RCSID (Messaging, 00010 Messaging, 00011 "$Id: Messaging.cpp 78248 2007-05-02 14:03:48Z johnnyw $") 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 int 00016 TAO_Messaging_Initializer::init (void) 00017 { 00018 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Messaging_Loader); 00019 } 00020 00021 TAO_END_VERSIONED_NAMESPACE_DECL