Back to index

See source file

PHCallInit.h

 
#ifndef PHCALLINIT_H 
#define PHCALLINIT_H 
 
#include "phool.h" 
#include "PHNodeOperation.h" 
 
class PHCallInit : public PHNodeOperation {  
   
public:  
   PHCallInit(); 
   ~PHCallInit();  
 
public:  
    void perform(PHNode*); 
  
};  
 
#endif /* PHCALLINIT_H */  

Back to index

See source file