diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-01-23 23:34:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-01-23 23:34:37 +0000 |
commit | 3e581ae682dc6050b8b8c41c917ae62a040719d8 (patch) | |
tree | a28ca879526d870c49108188e8f88ccd571e9a76 /src/protocolhttp.h | |
parent | 51f9aa16cbdd78c0b31483df26d0f7e81376f974 (diff) | |
download | libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.gz libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.bz2 libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.xz libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.zip |
Minor changes to documentation, mainly.
Diffstat (limited to 'src/protocolhttp.h')
-rw-r--r-- | src/protocolhttp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocolhttp.h b/src/protocolhttp.h index bcc417f..6a854ea 100644 --- a/src/protocolhttp.h +++ b/src/protocolhttp.h | |||
@@ -26,6 +26,7 @@ namespace Bu | |||
26 | * the onRequest function in a subclass with the method and URI that were | 26 | * the onRequest function in a subclass with the method and URI that were |
27 | * requested. The sub-class can then do whatever it needs to to send back | 27 | * requested. The sub-class can then do whatever it needs to to send back |
28 | * a response. | 28 | * a response. |
29 | *@ingroup Serving | ||
29 | */ | 30 | */ |
30 | class ProtocolHttp : public Protocol | 31 | class ProtocolHttp : public Protocol |
31 | { | 32 | { |