Introduce geef_index

This commit is contained in:
Carlos Martín Nieto
2013-04-25 12:42:44 +02:00
parent 65227fe85b
commit 0a71085a40
7 changed files with 252 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ lookup(Repo, Id, Type) ->
end.
id(#object{handle=Handle}) ->
case geef:object_id(Handle) of
case geef_nif:object_id(Handle) of
{ok, Oid} ->
#oid{oid=Oid};
Other ->