/[adonthell]/adonthell/src/python/pool.h
ViewVC logotype

Diff of /adonthell/src/python/pool.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ksterker, Mon Nov 15 08:54:33 2004 UTC revision 1.4 by ksterker, Fri Jun 3 17:29:13 2005 UTC
# Line 77  namespace python Line 77  namespace python
77                                    
78          private:          private:
79              /// All python scripts currently kept in cache              /// All python scripts currently kept in cache
80              static std::map<const char*, python::script*> Pool;              static std::map<std::string, python::script*> Pool;
81      };      };
82  }  }
83    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26