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

RawDataSet* Impala::Application::Repository::GetRawDataSet ( CmdOptions &  options,
bool  required 
)

Definition at line 93 of file mainRepository.cpp.

References Impala::CmdOptions::GetArg(), GetRawDataSet(), and ILOG_VAR.

00094 {
00095     ILOG_VAR(Impala.Application.Repository.GetRawDataSet);
00096 
00097     int a = 1;
00098     String locString = options.GetArg(a++);
00099     String setName = options.GetArg(a++);
00100     return GetRawDataSet(locString, setName, required);
00101 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:44 2011 for ImpalaSrc by  doxygen 1.5.1