* Fixed compilation with dmwdebug define

git-svn-id: trunk@17278 -
This commit is contained in:
michael 2011-04-10 10:57:59 +00:00
parent 49f87b6d6b
commit 91c824abbc

View File

@ -357,6 +357,10 @@ resourcestring
implementation
{$IFDEF WMDEBUG}
uses dbugintf;
{$ENDIF}
function CreateJSONErrorObject(Const AMessage : String; Const ACode : Integer) : TJSONObject;
begin
@ -1014,7 +1018,7 @@ Var
begin
Result:=Nil;
{$ifdef wmdebug}SendDebug(Format('Creating instance for %s',[Self.ProviderName]));{$endif}
{$ifdef wmdebug}SendDebug(Format('Creating instance for %s',[Self.HandlerMethodName]));{$endif}
If Assigned(FDataModuleClass) then
begin
{$ifdef wmdebug}SendDebug(Format('Creating datamodule from class %d ',[Ord(Assigned(FDataModuleClass))]));{$endif}