#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.
00057 { 00058 ACE_NS_WString temp (s); 00059 temp += t; 00060 return temp; 00061 }
1.6.1