From 8c1f4d7bace6ff2c99d546cedaba890b349e88f8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 16 Jan 2009 23:55:53 +0000 Subject: I...think that's a little better. Wow, function pointers in windows have a lot of problems. This may require a little more research, but basically, you can't just call them inline wherever you'd like. I managed to get it to work by providing simple one line wrapper functions for each function we acquired as a pointer. Crazy mess. Anyway, it should load the library just once now, and Bu::Socket looks a little bit cleaner, but not a heck of a lot. I also added some more docs and removed the author references. --- src/itomutex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/itomutex.h') diff --git a/src/itomutex.h b/src/itomutex.h index 0521b81..80930cc 100644 --- a/src/itomutex.h +++ b/src/itomutex.h @@ -17,7 +17,6 @@ namespace Bu * except keep all of the functionality together in an OO sorta' way and * keep you from having to worry about cleaning up your mutexes properly, * or initing them. - *@author Mike Buland *@ingroup Threading */ class ItoMutex -- cgit v1.2.3