diff options
Diffstat (limited to 'src/itoserver.h')
-rw-r--r-- | src/itoserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itoserver.h b/src/itoserver.h index 60b15b4..729ae7a 100644 --- a/src/itoserver.h +++ b/src/itoserver.h | |||
@@ -34,6 +34,8 @@ namespace Bu | |||
34 | * In order to use a Server you must subclass it and implement the pure | 34 | * In order to use a Server you must subclass it and implement the pure |
35 | * virtual functions. These allow you to receive notification of events | 35 | * virtual functions. These allow you to receive notification of events |
36 | * happening within the server itself, and actually makes it useful. | 36 | * happening within the server itself, and actually makes it useful. |
37 | *@author Mike Buland | ||
38 | *@ingroup Threading Serving | ||
37 | */ | 39 | */ |
38 | class ItoServer : public Ito | 40 | class ItoServer : public Ito |
39 | { | 41 | { |