ProtoObject.st
branchjv
changeset 23291 69fd0b0c97dd
parent 21242 19fabe339f8b
--- a/ProtoObject.st	Tue Jul 17 09:07:17 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
@@ -747,7 +749,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