Patch to DomainLayout for Blanca branch

John Hall jhall at swcp.com
Sun Sep 30 19:51:44 UTC 2001


Index: DomainLayout.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Layout/DomainLayout.h,v
retrieving revision 1.24.4.1
diff -c -2 -r1.24.4.1 DomainLayout.h
*** DomainLayout.h	2001/09/21 19:42:25	1.24.4.1
--- DomainLayout.h	2001/09/30 19:50:34
***************
*** 340,343 ****
--- 340,366 ----
       }

+   // Return begin and end iterators for the list of all global 
subdomains (compatibility)
+
+   inline iterator beginGlobal()
+     {
+       return begin();
+     }
+   inline iterator endGlobal()
+     {
+       return end();
+     }
+   inline const_iterator beginGlobal() const
+     {
+       return begin();
+     }
+   inline const_iterator endGlobal() const
+     {
+       return end();
+     }
+   inline long sizeGlobal() const
+     {
+       return size();
+     }
+
     // Return begin and end iterators for the list of all remote subdomains

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1033 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20010930/2dd461d7/attachment.bin>


More information about the pooma-dev mailing list