Ejemplo n.º 1
0
bool f_user_error(const String& error_msg,
                  int error_type /* = k_E_USER_NOTICE */) {
  return f_trigger_error(error_msg, error_type);
}
Ejemplo n.º 2
0
bool f_user_error(CStrRef error_msg, int error_type /* = k_E_USER_NOTICE */) {
  return f_trigger_error(error_msg, error_type);
}