Modified:
branches/RB-0.2/lib/ewgi/src/ewgi_application.erl
Log:
Removed unnecessary ewgi_application behaviour
Modified: branches/RB-0.2/lib/ewgi/src/ewgi_application.erl
==============================================================================
--- branches/RB-0.2/lib/ewgi/src/ewgi_application.erl (original)
+++ branches/RB-0.2/lib/ewgi/src/ewgi_application.erl Tue Oct 21 10:17:00
2008
@@ -33,14 +33,6 @@
-include("ewgi.hrl").
-%% Behaviour callback information
--export([behaviour_info/1]).
-
-behaviour_info(callbacks) ->
- [{handle,1}];
-behaviour_info(_Other) ->
- undefined.
-
%% @spec run(Application::ewgi_app(), Context::ewgi_context()) ->
Context1::ewgi_context()
%% @doc Runs an EWGI application with Context and returns the new Context1.
-spec(run/2 :: (ewgi_app(), ewgi_context()) -> ewgi_context()).