FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int main
(
void
)
Definition at line
5
of file
check_dns.cxx
.
References
DimCurrentInfo::getInt()
, and
version
.
6
{
7
int
version
= 0;
8
DimCurrentInfo
dns(
"DIS_DNS/VERSION_NUMBER"
,10,-1);
9
10
version = dns.getInt();
11
if
(version == -1)
12
cout <<
"DNS not running"
<< endl;
13
else
14
cout <<
"DNS running"
<< endl;
15
return
(0);
16
}
DimCurrentInfo
Definition:
dic.hxx:290
version
Changes for version
Definition:
README_v11.txt:85
Here is the call graph for this function:
dim
src
util
check_dns.cxx
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11