[K42-discussion] [PATCH] Removed class name from inline code

Bryan S Rosenburg rosnbrg at us.ibm.com
Thu Jul 13 05:30:14 EST 2006


I've committed this change.

The patch didn't apply cleanly, but the change was simple enough to make 
by hand.  Are you sure you're diffing against a clean copy of the K42 
source?

- Bryan




Donour Sizemore <donour at cs.unm.edu> 
Sent by: k42-discussion-bounces+rosnbrg=us.ibm.com at ozlabs.org
07/10/2006 05:20 PM
Please respond to
Discussion about K42 <k42-discussion at ozlabs.org>


To
k42discuss <k42-discussion at ozlabs.org>
cc

Subject
[K42-discussion] [PATCH] Removed class name from inline code






Patch attached.

donour


Subject: [PATCH] Removed class name from inline code

Signed-off-by: Donour Sizemore <donour at cs.unm.edu>


---

 lib/libc/misc/DHashTable.H |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

3cc0f224baf13ca7d065b6adf6881bcf88ecdee3
diff --git a/lib/libc/misc/DHashTable.H b/lib/libc/misc/DHashTable.H
index 32ba8c8..31d4038 100644
--- a/lib/libc/misc/DHashTable.H
+++ b/lib/libc/misc/DHashTable.H
@@ -172,9 +172,8 @@ public:
     uval getNumNonEmpty() { return numValues.value(); }
     typedef enum { FOUND, ALLOCATED } AllocateStatus;
     typedef enum { FAILURE, SUCCESS, LOCALFAILURE } OpStatus;
-    typedef enum {
-                LOCKALL, LOCKONEATATIME, LOCKNONE
-    } DHashTableBase::OpDirective;
+    typedef enum { LOCKALL, LOCKONEATATIME, LOCKNONE } OpDirective;
+ 
     typedef uval OpArg;
     DHashTableBase(uval numEntries,uval minEntries, uval skipCount) :
                requestCount() {
-- 
1.1.6
_______________________________________________
K42-discussion mailing list
K42-discussion at ozlabs.org
https://ozlabs.org/mailman/listinfo/k42-discussion

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ozlabs.org/pipermail/k42-discussion/attachments/20060712/03fb0a13/attachment.htm 


More information about the K42-discussion mailing list