[Cluster-devel] conga/ricci/include String.h

kupcevic at sourceware.org kupcevic at sourceware.org
Thu Aug 10 23:01:58 UTC 2006


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




More information about the Cluster-devel mailing list