ROOT logo
#ifndef HRPCCONTFACT_H
#define HRPCCONTFACT_H

#include "hcontfact.h"

class HParSet;
class HContainer;

class HRpcContFact : public HContFact {
private:
  void setAllContainers(void);
public:
  HRpcContFact(void);
  ~HRpcContFact(void) {}
  HParSet* createContainer(HContainer*);
  ClassDef(HRpcContFact,0) // Factory for parameter containers in libRpc
};

#endif  /* !HRPCCONTFACT_H */
 hrpccontfact.h:1
 hrpccontfact.h:2
 hrpccontfact.h:3
 hrpccontfact.h:4
 hrpccontfact.h:5
 hrpccontfact.h:6
 hrpccontfact.h:7
 hrpccontfact.h:8
 hrpccontfact.h:9
 hrpccontfact.h:10
 hrpccontfact.h:11
 hrpccontfact.h:12
 hrpccontfact.h:13
 hrpccontfact.h:14
 hrpccontfact.h:15
 hrpccontfact.h:16
 hrpccontfact.h:17
 hrpccontfact.h:18
 hrpccontfact.h:19