searchengine/cpix/cpix/inc/private/idxdbmgr.h
changeset 23 d4d56f5e7c55
parent 0 671dee74050a
equal deleted inserted replaced
20:556534771396 23:d4d56f5e7c55
   137         static IdxDbMgr *                         instance_;
   137         static IdxDbMgr *                         instance_;
   138         static const char                         delimiter_;
   138         static const char                         delimiter_;
   139 
   139 
   140         Cpt::Mutex                                mutex_;
   140         Cpt::Mutex                                mutex_;
   141 
   141 
       
   142         Cpt::Mutex                                versionMutex_;
       
   143 
   142         Version                                   version_;
   144         Version                                   version_;
   143 
   145 
   144         InitParams                                initParams_;
   146         InitParams                                initParams_;
   145 
   147 
   146 
   148 
   187         static void scrapAll();
   189         static void scrapAll();
   188         
   190         
   189 
   191 
   190         static void shutdownAll();
   192         static void shutdownAll();
   191 
   193 
       
   194         const InitParams& getInitParams() const;
   192 
   195 
   193         /**
   196         /**
   194          * (Re-)defines an index on a qualified base app class. The
   197          * (Re-)defines an index on a qualified base app class. The
   195          * qualified base app class - associated index database path
   198          * qualified base app class - associated index database path
   196          * must be defined already (cf. defineVolume).
   199          * must be defined already (cf. defineVolume).