#include "tao/String_Alloc.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_wchar.h"
#include "ace/OS_Memory.h"
#include "ace/streams.h"
#include "tao/Allocation_Macros.h"
Include dependency graph for String_Alloc.cpp:
Go to the source code of this file.
Functions | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL char * | CORBA::string_dup (const char *str) |
char * | CORBA::string_alloc (CORBA::ULong len) |
void | CORBA::string_free (char *str) |
CORBA::WChar * | CORBA::wstring_dup (const WChar *const str) |
CORBA::WChar * | CORBA::wstring_alloc (CORBA::ULong len) |
void | CORBA::wstring_free (CORBA::WChar *const str) |