diff options
Diffstat (limited to 'doc/ccapi/html/index.html')
-rw-r--r-- | doc/ccapi/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ccapi/html/index.html b/doc/ccapi/html/index.html index 3933a7581..47f5e07c2 100644 --- a/doc/ccapi/html/index.html +++ b/doc/ccapi/html/index.html @@ -78,7 +78,7 @@ has an equivalent convenience macro of the form cc_type_some_function(): <div cl The specifications below include the names for both the functions and the convenience macros, in that order. For clarity, it is recommended that clients using the API use the convenience macros, but that is merely a stylistic choice.<p> Implementing the API in this manner allows us to extend and change the interface in the future, while preserving compatibility with older clients.<p> For example, consider the case when the signature or the semantics of a cc_ccache_t function is changed. The API version number is incremented. The library implementation contains both a function with the old signature and semantics and a function with the new signature and semantics. When a context is created, the API version number used in that context is stored in the context, and therefore it can be used whenever a ccache is created in that context. When a ccache is created in a context with the old API version number, the function pointer structure for the ccache is filled with pointers to functions implementing the old semantics; when a ccache is created in a context with the new API version number, the function pointer structure for the ccache is filled with poitners to functions implementing the new semantics.<p> -Similarly, if a function is added to the API, the version number in the context can be used to decide whether to include the implementation of the new function in the appropriate function pointer structure or not. <hr size="1"><address style="text-align: right;"><small>Generated on Thu Aug 23 12:45:25 2007 for Credentials Cache API by +Similarly, if a function is added to the API, the version number in the context can be used to decide whether to include the implementation of the new function in the appropriate function pointer structure or not. <hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 10 17:00:32 2007 for Credentials Cache API by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> </body> |