From ed6883769a03b36402c2c78b1dcee0c7efeb70bc Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 27 Dec 2007 00:08:36 +0000 Subject: changed auto_ptr to shared_ptr Signed-off-by: Michael Krelin --- (limited to 'include/opkele/server.h') diff --git a/include/opkele/server.h b/include/opkele/server.h index dd7fc41..3c25646 100644 --- a/include/opkele/server.h +++ b/include/opkele/server.h @@ -25,7 +25,7 @@ namespace opkele { * store. * @param mode the mode of request being processed to base the * statelessness of the association upon - * @return the auto_ptr<> for the newly allocated association_t object + * @return the assoc_t for the newly allocated association_t object */ virtual assoc_t alloc_assoc(mode_t mode) = 0; /** @@ -33,7 +33,7 @@ namespace opkele { * the reqal implementation to provide persistent assocations * store. * @param h association handle - * @return the auto_ptr<> for the newly allocated association_t object + * @return the assoc_t for the newly allocated association_t object * @throw failed_lookup in case of failure */ virtual assoc_t retrieve_assoc(const string& h) = 0; -- cgit v0.9.0.2