Skip to content
  • Mike Fleetwood's avatar
    Switch to a static interface for Proc_Partitions_Info · 912766c2
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    The Proc_Partitions_Info has a pseudo multi-object interface and uses
    the constructor to load the cache.  However all the data in the class is
    static.  A Proc_Partitions_Info object doesn't contain any member
    variables, yet was needed just to call the member functions.
    
    Make all the member functions static removing the need to use any
    Proc_Partitions_Info objects and provide and explicit load_cache()
    method.
    912766c2