behaviour again

Thomas Lindgren thomasl_erlang@REDACTED
Wed Jul 30 19:06:17 CEST 2003


--- Per Bergqvist <per@REDACTED> wrote:
> Hi,
> 
> the behaviours thread seemed to gain some interested
> but did
> not answer my question ...
> 
> Q: Why would one specify a behaviour without the
> target
> module implementing behaviour_info function ? (as in
> mnesia and
> megaco).

Like

-module(mnesia).
-behaviour(mnesia_access).
...

My educated guess is that someone forgot to include
mnesia_access.erl in the distribution :-)

Best,
Thomas


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com



More information about the erlang-questions mailing list