#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 25 May 2018 12:45:56 +0200
changeset 23024 83305ccbb6b0
parent 23023 0833f0a1e701
child 23025 6faff43ba926
#DOCUMENTATION by cg class: ProtoObject comment/format in: #isBridgeProxy
ProtoObject.st
--- a/ProtoObject.st	Fri May 25 12:18:47 2018 +0200
+++ b/ProtoObject.st	Fri May 25 12:45:56 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -807,7 +809,15 @@
 !
 
 isBridgeProxy
+    "answer true, if I am a proxy object for a bridged remote object"
+
+    "do not move this into the bridge-package;
+     it is called by some others, to prevent remote messages from implements/respondsTo, etc.
+     which are called from inspectors and debuggers"
+     
     ^ false
+
+    "Modified (comment): / 25-05-2018 / 12:45:50 / Claus Gittinger"
 !
 
 isException