diff options
Diffstat (limited to '')
-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 |