#ifndef __CCI_h_ #define __CCI_h_ #include "../misc_framework/DataNodes.h" DataNodeArgument createCciFactory(int minutes, int bars, bool strict = true); #endif