[ewgi commit] r83 - branches/RB-0.2/lib/ewgi/src

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 21, 2008, 1:25:02 PM10/21/08
to ewgi...@googlegroups.com
Author: huntermorris
Date: Tue Oct 21 10:17:00 2008
New Revision: 83

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()).

Reply all
Reply to author
Forward
0 new messages