From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 10 Aug 2006 23:01:58 -0000 Subject: [Cluster-devel] conga/ricci/include String.h Message-ID: <20060810230158.1171.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: kupcevic at sourceware.org 2006-08-10 23:01:58 Added files: ricci/include : String.h Log message: ricci: shred temp files and memory used for strings that are exchanged with clients (includes root password) - forgotten main file :( Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/String.h.diff?cvsroot=cluster&r1=NONE&r2=1.1 /cvs/cluster/conga/ricci/include/String.h,v --> standard output revision 1.1 --- conga/ricci/include/String.h +++ - 2006-08-10 23:01:58.793359000 +0000 @@ -0,0 +1,17 @@ + + +#ifndef String_h +#define String_h + + +#include +#include "shred_allocator.h" + + +typedef std::basic_string, + shred_allocator > String; + + + +#endif // String_h