Functions

DEV_Addr.cpp File Reference

#include "ace/DEV_Addr.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"
Include dependency graph for DEV_Addr.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, DEV_Addr,"$Id: DEV_Addr.cpp 80826 2008-03-04 14:51:23Z wotte $") 1int ACE_DEV_Addr

Function Documentation

ACE_RCSID ( ace  ,
DEV_Addr  ,
"$Id: DEV_Addr.cpp 80826 2008-03-04 14:51:23Z wotte $"   
)

Definition at line 11 of file DEV_Addr.cpp.

               : DEV_Addr.cpp 80826 2008-03-04 14:51:23Z wotte $")

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Addr)

// Transform the current address into string format.

int
ACE_DEV_Addr::addr_to_string (ACE_TCHAR *s, size_t len) const
{
  ACE_TRACE ("ACE_DEV_Addr::addr_to_string");

  ACE_OS::strsncpy (s, this->devname_, len);
  return 0;
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines