Searched refs:callError (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/io/source/connector/ |
| H A D | ctr_socket.cxx | 62 struct callError { struct 65 callError(const Any & any); 70 callError::callError(const Any & aAny) in callError() function in stoc_connector::callError 75 void callError::operator () (Reference<XStreamListener> xStreamListener) in operator ()() 149 notifyListeners(this, &_error, callError(any)); in read() 165 notifyListeners(this, &_error, callError(any)); in read() 185 notifyListeners(this, &_error, callError(any)); in write() 199 notifyListeners(this, &_error, callError(any)); in write()
|
| /trunk/main/io/source/acceptor/ |
| H A D | acc_socket.cxx | 129 struct callError { struct 132 callError(const Any & any); 137 callError::callError(const Any & aAny) in callError() function in io_acceptor::callError 142 void callError::operator () (Reference<XStreamListener> xStreamListener) in operator ()() 214 notifyListeners(this, &_error, callError(any)); in read() 230 notifyListeners(this, &_error, callError(any)); in read() 250 notifyListeners(this, &_error, callError(any)); in write() 264 notifyListeners(this, &_error, callError(any)); in write()
|