Functions

Dynamic_Service_Base.cpp File Reference

#include "ace/Dynamic_Service_Base.h"
#include "ace/ACE.h"
#include "ace/Service_Config.h"
#include "ace/Service_Repository.h"
#include "ace/Service_Types.h"
#include "ace/Log_Msg.h"
Include dependency graph for Dynamic_Service_Base.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, Dynamic_Service_Base,"$Id: Dynamic_Service_Base.cpp 84282 2009-01-30 15:04:29Z msmit $") 1 void ACE_Dynamic_Service_Base

Function Documentation

ACE_RCSID ( ace  ,
Dynamic_Service_Base  ,
"$Id: Dynamic_Service_Base.cpp 84282 2009-01-30 15:04:29Z msmit $"   
)

Definition at line 9 of file Dynamic_Service_Base.cpp.

               : Dynamic_Service_Base.cpp 84282 2009-01-30 15:04:29Z msmit $")

  ACE_BEGIN_VERSIONED_NAMESPACE_DECL


void
ACE_Dynamic_Service_Base::dump (void) const
{
#if defined (ACE_HAS_DUMP)
  ACE_TRACE ("ACE_Dynamic_Service_Base::dump");

  ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
  ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("\n")));
  ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines