| version 1.1054 | version 1.1055 |
|---|
| |
| | |
| class RegisterProxyMsg; | class RegisterProxyMsg; |
| class UnregisterProxyMsg; | class UnregisterProxyMsg; |
| | class ProxyResultVarsizeMsg; |
| class ProxyResultMsg; | class ProxyResultMsg; |
| class ProxyCombinedResultMsg; | class ProxyCombinedResultMsg; |
| class Sequencer; | class Sequencer; |
| |
| void unregisterProxy(UnregisterProxyMsg *); | void unregisterProxy(UnregisterProxyMsg *); |
| | |
| // ProxyPatch sends Forces back to here (via ProxyMgr) | // ProxyPatch sends Forces back to here (via ProxyMgr) |
| | void receiveResults(ProxyResultVarsizeMsg *msg); |
| void receiveResults(ProxyResultMsg *msg); | void receiveResults(ProxyResultMsg *msg); |
| | |
| void receiveResults(ProxyCombinedResultMsg *msg); | void receiveResults(ProxyCombinedResultMsg *msg); |
| | |
| // AtomMigration messages passes from neighbor HomePatches to here. | // AtomMigration messages passes from neighbor HomePatches to here. |