Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

bool Impala::Persistency::KeywordListRepository::Exists ( const KeywordListLocator loc  )  [inline]

Definition at line 23 of file KeywordListRepository.h.

References Impala::Persistency::Locator::GetProtocol(), ILOG_ERROR, and Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::mRepFile.

00024     {
00025         String protocol = loc.GetProtocol();
00026         if ((protocol == "file") || (protocol == "dataServer"))
00027         {
00028             return mRepFile.Exists(loc);
00029         }
00030         /*
00031         if (protocol == "mapi")
00032         {
00033             return mRepMonet.Exists(loc);
00034         }
00035         */
00036         ILOG_ERROR("Get: unknown protocol: [" << loc.GetProtocol() << "] in "
00037                    << loc);
00038         return false;
00039     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:36:04 2010 for ImpalaSrc by  doxygen 1.5.1