Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / Messaging / Messaging.cpp
blobafa6ebef8a8e4796a6a248c08848662d34033d5a
1 // -*- C++ -*-
2 #include "tao/Messaging/Messaging.h"
3 #include "tao/Messaging/Messaging_Loader.h"
5 #include "tao/debug.h"
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 int
10 TAO_Messaging_Initializer::init ()
12 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Messaging_Loader);
15 TAO_END_VERSIONED_NAMESPACE_DECL