| 
		| interface GlobalComm | A global communication space used to obtain initial object references
 More... |  
 |  | 
Public Methods
- boolean  put (string variable, string value) 
- string  get (string variable) 
- void  erase (string variable) 
 A global communication space used to obtain initial object references
 MCOP needs a way to connect to initial (global) object references. This
 is done by these global communication spaces.
 
| boolean  put (string variable, string value) | 
 puts a variable/value pair into the global communication
 space - it will not change the value of the variable if it is
 already present. Returns true if success, false if the variable
 was already there.
	 
| string  get (string variable) | 
 gets the value of a variable out of the global communication
 space - it returns an empty string when the variable isn't there
	 
| void  erase (string variable) | 
 removes a variable from the global communication space
	 
	
	| Generated by: stefan@stefan on Sat Feb 24 19:11:36 2001, using kdoc 2.0a47. |