From 1827723ccc8cb9dc870b8fcb83f80b5166fbf051 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 19 Nov 2013 22:00:33 +0100 Subject: [PATCH] Fixed compilation of restbucksCRUD for the policy driven framework target. --- .../restbucksCRUD/src/policy_driven_resource/order_handler.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/restbucksCRUD/src/policy_driven_resource/order_handler.e b/examples/restbucksCRUD/src/policy_driven_resource/order_handler.e index 91d1b9ae..e8470668 100644 --- a/examples/restbucksCRUD/src/policy_driven_resource/order_handler.e +++ b/examples/restbucksCRUD/src/policy_driven_resource/order_handler.e @@ -65,7 +65,7 @@ feature -- Access -- At present, there is no support for this except for DELETE. end - conneg (req: WSF_REQUEST): CONNEG_SERVER_SIDE + conneg (req: WSF_REQUEST): SERVER_CONTENT_NEGOTIATION -- Content negotiatior for all requests once create Result.make ({HTTP_MIME_TYPES}.application_json, "en", "UTF-8", "identity")