* Published CreateSession property

git-svn-id: trunk@17282 -
This commit is contained in:
michael 2011-04-10 17:18:38 +00:00
parent c5e7902e4b
commit eb2e21587b
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ Type
Property DispatchOptions; Property DispatchOptions;
Property APIPath; Property APIPath;
Property RouterPath; Property RouterPath;
Property CreateSession;
Property NameSpace; Property NameSpace;
end; end;

View File

@ -473,6 +473,7 @@ type
TFPWebProviderDataModule = Class(TFPCustomWebProviderDataModule) TFPWebProviderDataModule = Class(TFPCustomWebProviderDataModule)
Published Published
Property CreateSession;
Property InputAdaptor; Property InputAdaptor;
Property ContentProducer; Property ContentProducer;
Property UseProviderManager; Property UseProviderManager;