freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to DomainLayout for Blanca branch


From: John Hall
Subject: Patch to DomainLayout for Blanca branch
Date: Sun, 30 Sep 2001 13:51:44 -0600

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]