diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 12:33:39 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 12:33:39 +0000 |
commit | afb51347b493a6ab54fcc8595b4a3f46972ce18f (patch) | |
tree | 809920b42a5a6e6c0e421703a9d9863331cd0339 /include/connection.h | |
parent | ea5e22a8416e66e8ebce1b1260d786820808491a (diff) |
Added new documentation to cover ircd_connector
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@629 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connection.h b/include/connection.h index 6bc497b61..c74a494b1 100644 --- a/include/connection.h +++ b/include/connection.h @@ -148,11 +148,11 @@ class ircd_connector : public classbase }; +/** Class packet is deprecated. + * This declaration is preserved here to maintain documentation only. + */ class packet { - /** Class packet is deprecated. - * This declaration is preserved here to maintain documentation only. - */ }; /** Please note: classes serverrec and userrec both inherit from class connection. |