* [Cluster-devel] conga/ricci/include String.h
@ 2006-08-10 23:01 kupcevic
0 siblings, 0 replies; only message in thread
From: kupcevic @ 2006-08-10 23:01 UTC (permalink / raw)
To: cluster-devel.redhat.com
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 <string>
+#include "shred_allocator.h"
+
+
+typedef std::basic_string<char,
+ std::char_traits<char>,
+ shred_allocator<char> > String;
+
+
+
+#endif // String_h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-10 23:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10 23:01 [Cluster-devel] conga/ricci/include String.h kupcevic
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.