Esempio n. 1
0
void
iAIDA::AIDA_HBookStore::HBook::resetTuple(const int& id )
{
  int tid = id;
  std::string ttitle = " ";
  hreset_(&tid, const_cast<char*>(ttitle.c_str()), ttitle.length());
}
Esempio n. 2
0
void hreset(int no, char* opt)
{
    hreset_(&no, opt, strlen(opt));
    return;
}