00001 #ifndef STORAGE_FACTORY_THROW_H 00002 # define STORAGE_FACTORY_THROW_H 00003 00004 void throwStorageError (const char *context, const char *call, int error); 00005 00006 #endif // STORAGE_FACTORY_THROW_H