예제 #1
0
파일: Keys.cpp 프로젝트: jonyamo/centerim5
bool TermKeyCmp::operator()(const TermKeyKey& a, const TermKeyKey& b) const
{
  return termkey_keycmp(COREMANAGER->getTermKeyHandle(), &a, &b) > 0;
}
예제 #2
0
bool Compare(const TermKeyKey& a, const TermKeyKey& b)
{
  return !termkey_keycmp(COREMANAGER->GetTermKeyHandle(), &a, &b);
}