~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/CommonPool.h

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    void *operator new(size_t);
60
60
    void operator delete (void *);
61
61
    static CommonPool *Factory (unsigned char _class, CompositePoolNode::Pointer&);
62
 
    char const* theClassTypeLabel() const {return typeLabel.unsafeBuf();}
 
62
    char const* theClassTypeLabel() const {return typeLabel.termedBuf();}
63
63
 
64
64
protected:
65
65
    CommonPool();