From 81c96d4a0a44216d3b2d34517da336da5bec6c3f Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 5 Sep 2007 14:11:44 +0000 Subject: Adding upper and lower methods. --- include/BString.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/BString.h b/include/BString.h index 31f07d7..5db0db5 100644 --- a/include/BString.h +++ b/include/BString.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BString.h,v 1.16 2007-05-30 11:57:08 pixel Exp $ */ +/* $Id: BString.h,v 1.17 2007-09-05 14:11:44 pixel Exp $ */ #ifndef __STRING_H__ #define __STRING_H__ @@ -85,6 +85,8 @@ class String : public Base { operator ugly_string() const; String & toupper(); String & tolower(); + String upper() const; + String lower() const; String & iconv(const String & from, const String & to); private: -- cgit v1.2.3