#include "ace/OS_NS_stdlib.h"#include "ace/ACE.h"Include dependency graph for SString.inl:

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

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) |
|
||||||||||||
|
Definition at line 56 of file SString.inl.
00057 {
00058 ACE_NS_WString temp (s);
00059 temp += t;
00060 return temp;
00061 }
|
1.3.6