+2005-08-05 Helge Hess <helge.hess@opengroupware.org>
+
+ * WODirectAction+XmlRpc.m: fixed gcc 4.0 warnings (v4.5.11)
+
2005-05-03 Helge Hess <helge.hess@opengroupware.org>
* NGXmlRpcAction.m: fixed gcc 4.0 warnings (v4.5.10)
# version file
-SUBMINOR_VERSION:=10
+SUBMINOR_VERSION:=11
#include <NGXmlRpc/XmlRpcMethodCall+WO.h>
#include <NGXmlRpc/XmlRpcMethodResponse+WO.h>
#include <NGObjWeb/WORequest.h>
+#include <NGObjWeb/WOResponse.h>
#include "common.h"
@implementation WODirectAction(XmlRpc)
}
}
-- (id)RPC2Action {
+- (id<WOActionResults>)RPC2Action {
XmlRpcMethodCall *call;
XmlRpcMethodResponse *mResponse;
id result;
+2005-08-05 Helge Hess <helge.hess@opengroupware.org>
+
+ * JSStringTable.m: fixed a non-lF warning (v4.5.80)
+
2005-08-01 Helge Hess <helge.hess@skyrix.com>
* v4.5.79
#include <SoObjects/SoProductResourceManager.h>
#include <SoObjects/SoProductRegistry.h>
#include <SoObjects/SoProduct.h>
+#include <NGExtensions/NSString+Ext.h>
#include "common.h"
@implementation JSStringTable
# version file
-SUBMINOR_VERSION:=79
+SUBMINOR_VERSION:=80
# v4.5.76 requires libNGObjWeb v4.5.176
# v4.5.75 requires libNGObjWeb v4.5.174