using namespace std;
#include "firebird_store.h"
-#include "ibpp.h"
+#include "stg/ibpp.h"
class FIREBIRD_STORE_CREATOR
{
} frsc;
//-----------------------------------------------------------------------------
-BASE_STORE * GetStore()
+STORE * GetStore()
{
return frsc.GetStore();
}