tags 355165 + patch
thanks
--- ./iwebstream.H~ 2006-03-10 12:50:39.000000000 +0000
+++ ./iwebstream.H 2006-03-10 12:50:45.000000000 +0000
@@ -66,9 +66,9 @@
return !operator==(x);};
//find the next occurance of s, set position to point to it
- bool iwebstream::find(const string & s);
+ bool find(const string & s);
//find the next occurance of s, set position to point past it
- bool iwebstream::findAndPass(const string & s);
+ bool findAndPass(const string & s);
//return whatever is between the next begin & end. If begin is not found,
// return ""
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]