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