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

Go to the source code of this file.
Functions | |
| ACE_NS_WString | operator+ (const ACE_NS_WString &s, const ACE_NS_WString &t) |
| ACE_NS_WString operator+ | ( | const ACE_NS_WString & | s, | |
| const ACE_NS_WString & | t | |||
| ) |
Definition at line 56 of file SString.inl.
{
ACE_NS_WString temp (s);
temp += t;
return temp;
}
1.7.0