#ifndef DEFINECLOUDINDEXES_H #define DEFINECLOUDINDEXES_H // specify the name of your CloudIndex class here class DummyCloudIndex; namespace AMKgl { // specify your CloudIndex class here typedef DummyCloudIndex CloudIndex; } #endif // DEFINECLOUDINDEXES_H