/**
* Contains some simul_efuns.
* @author Pinkfish
*/
/** @ignore yes */
string query_ident( object ob ) {
switch( explode( file_name(PO), "/")[0] ) {
case "secure" :
case "obj" :
return ob->query_my_ident();
}
return 0;
} /* query_ident() */