// These need to be two different functions so we can implement them in two different files. // In particular, the GetGraphiteModules() needs to be implemented in a graphite specific // file, but SetGraphiteModuleLoader needs to be implemented in the common file (used by both // Ganesh and Graphite).
GraphiteModules GetGraphiteModules(); void SetGraphiteModuleData(const GraphiteModules&);