From 2991b728d162ecf106d3c173ed1991a5a468b0c2 Mon Sep 17 00:00:00 2001 From: Manuel Guesdon Date: Mon, 1 Mar 2004 16:43:48 +0000 Subject: [PATCH] o added pathQueryDictionary__Key git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18733 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWConstants.h | 1 + GSWeb.framework/GSWConstants.m | 1 + 2 files changed, 2 insertions(+) diff --git a/GSWeb.framework/GSWConstants.h b/GSWeb.framework/GSWConstants.h index 5b9b822..f32fbce 100644 --- a/GSWeb.framework/GSWConstants.h +++ b/GSWeb.framework/GSWConstants.h @@ -386,6 +386,7 @@ extern id cidStore__Key; extern id cidKey__Key; extern id isDisplayStringBefore__Key; extern id urlPrefix__Key; +extern id pathQueryDictionary__Key; #endif // _GSWebConstants_h__ diff --git a/GSWeb.framework/GSWConstants.m b/GSWeb.framework/GSWConstants.m index aa5d128..b15e55f 100644 --- a/GSWeb.framework/GSWConstants.m +++ b/GSWeb.framework/GSWConstants.m @@ -383,3 +383,4 @@ id cidStore__Key = @"cidStore"; id cidKey__Key = @"cidKey"; id isDisplayStringBefore__Key = @"isDisplayStringBefore"; id urlPrefix__Key = @"urlPrefix"; +id pathQueryDictionary__Key = @"pathQueryDictionary";