X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src2%2FcreaImageIOGimmick.h;h=0a880875e5280727c533608da706f958c901e203;hb=da2cb2feea7bdf425151ea3fd71abf9b8b72c366;hp=0705046e224eabf32c94e1f8a6355fe547a06bdb;hpb=a67d921cdc10d438852b48c2985f14d91320e016;p=creaImageIO.git diff --git a/src2/creaImageIOGimmick.h b/src2/creaImageIOGimmick.h index 0705046..0a88087 100644 --- a/src2/creaImageIOGimmick.h +++ b/src2/creaImageIOGimmick.h @@ -7,6 +7,7 @@ #include + #ifdef _DEBUG #include #define DEBUG_NEW new(_NORMAL_BLOCK ,__FILE__, __LINE__) @@ -97,7 +98,7 @@ namespace creaImageIO void Initialize(); /// Initializes with the local database descriptor in the path given (read/creates databases, etc.) - void Initialize(const std::string& path); + void Initialize(const std::string namedescp, const std::string namedb = "Local Database"); /// Finalize (closes databases, etc.) void Finalize(); @@ -197,6 +198,8 @@ namespace creaImageIO std::string mLocalDatabasePath; Settings *mSettings; TreeHandlerImageAdder mImageAdder; + std::string mLocalDBName; + std::string mLocalDescpName; }; // EO class Gimmick //=======================================================================