SString.inl File Reference

#include "ace/OS_NS_stdlib.h"
#include "ace/ACE.h"

Include dependency graph for SString.inl:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

ACE_INLINE ACE_NS_WString operator+ (const ACE_NS_WString &s, const ACE_NS_WString &t)


Function Documentation

ACE_INLINE ACE_NS_WString operator+ const ACE_NS_WString s,
const ACE_NS_WString t
 

Definition at line 56 of file SString.inl.

00057 {
00058   ACE_NS_WString temp (s);
00059   temp += t;
00060   return temp;
00061 }


Generated on Thu Nov 9 11:10:01 2006 for ACE by doxygen 1.3.6