]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/SoObjects/SOGo/SOGoContentObject.h
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@135 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / SoObjects / SOGo / SOGoContentObject.h
index c85ee07c6f2549ce232bde244b97dec6b93b18c4..1bb949c07c5c0b441534b34820870f0ca6b3cb04 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <SOGo/SOGoObject.h>
 
-@class NSString;
+@class NSString, NSException;
 
 @interface SOGoContentObject : SOGoObject
 {
@@ -46,6 +46,7 @@
 /* content */
 
 - (NSString *)contentAsString;
+- (NSException *)saveContentString:(NSString *)_str;
 
 @end