From ccabea66fe29ae41458d47d7004d28e225caf41a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 09 Aug 2007 11:31:28 +0000 Subject: fix to previous commit --- (limited to 'include') diff --git a/include/opkele/types.h b/include/opkele/types.h index 757c0af..8f4bf73 100644 --- a/include/opkele/types.h +++ b/include/opkele/types.h @@ -95,6 +95,11 @@ namespace opkele { * @return true if stateless */ virtual bool stateless() const = 0; + /** + * check whether the association is expired. + * @return true if expired + */ + virtual bool is_expired() const = 0; }; /** -- cgit v0.9.0.2