#include "ace/Malloc_Base.h"Include dependency graph for SString.i:

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 46 of file SString.i.
00047 {
00048 ACE_NS_WString temp (s);
00049 temp += t;
00050 return temp;
00051 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002