diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-01-16 23:55:53 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-01-16 23:55:53 +0000 |
commit | 8c1f4d7bace6ff2c99d546cedaba890b349e88f8 (patch) | |
tree | e5c6e29deaaa7db42fbc75d0fdef32457bb0c8f2 /src/itoserver.h | |
parent | 0a43e790cf9798948ab989abe88f890813c935df (diff) | |
download | libbu++-8c1f4d7bace6ff2c99d546cedaba890b349e88f8.tar.gz libbu++-8c1f4d7bace6ff2c99d546cedaba890b349e88f8.tar.bz2 libbu++-8c1f4d7bace6ff2c99d546cedaba890b349e88f8.tar.xz libbu++-8c1f4d7bace6ff2c99d546cedaba890b349e88f8.zip |
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.
Diffstat (limited to 'src/itoserver.h')
-rw-r--r-- | src/itoserver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/itoserver.h b/src/itoserver.h index 0256f87..bcdd1d1 100644 --- a/src/itoserver.h +++ b/src/itoserver.h | |||
@@ -45,7 +45,6 @@ namespace Bu | |||
45 | * In order to use a Server you must subclass it and implement the pure | 45 | * In order to use a Server you must subclass it and implement the pure |
46 | * virtual functions. These allow you to receive notification of events | 46 | * virtual functions. These allow you to receive notification of events |
47 | * happening within the server itself, and actually makes it useful. | 47 | * happening within the server itself, and actually makes it useful. |
48 | *@author Mike Buland | ||
49 | *@ingroup Threading Serving | 48 | *@ingroup Threading Serving |
50 | */ | 49 | */ |
51 | class ItoServer : public Ito | 50 | class ItoServer : public Ito |