~yadi/squid/connection-manager

« back to all changes in this revision

Viewing changes to include/CbDataList.h

  • Committer: Amos Jeffries
  • Date: 2014-01-19 05:45:51 UTC
  • mfrom: (13045.1.209 trunk)
  • Revision ID: squid3@treenet.co.nz-20140119054551-3u1so2dy5vda7kfw
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
/* implementation follows */
97
97
 
98
 
/** \cond AUTODOCS-IGNORE */
 
98
/** \cond AUTODOCS_IGNORE */
99
99
template <class C>
100
100
cbdata_type CbDataList<C>::CBDATA_CbDataList = CBDATA_UNKNOWN;
101
101
/** \endcond */