[go: up one dir, main page]

Menu

[r19]: / metadata / kb.cpp  Maximize  Restore  History

Download this file

14 lines (10 with data), 129 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#include <kb.h>
int CKnowledgeBase::init()
{
return 0;
}
int CKnowledgeBase::refresh()
{
//using snmp ??
return 0;
}