Difference for src/HomePatch.h from version 1.1054 to 1.1055

version 1.1054version 1.1055
Line 26
Line 26
  
 class RegisterProxyMsg; class RegisterProxyMsg;
 class UnregisterProxyMsg; class UnregisterProxyMsg;
  class ProxyResultVarsizeMsg;
 class ProxyResultMsg; class ProxyResultMsg;
 class ProxyCombinedResultMsg; class ProxyCombinedResultMsg;
 class Sequencer; class Sequencer;
Line 66
Line 67
   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.


Legend:
Removed in v.1.1054 
changed lines
 Added in v.1.1055



Made by using version 1.53 of cvs2html