added ggs_logger module and implemented some ggs_table stuff

This commit is contained in:
Jeena Paradies 2011-02-16 20:53:36 +01:00
parent 62be1f04cc
commit 4be808049e
5 changed files with 52 additions and 23 deletions

View file

@ -20,12 +20,12 @@
%% Port = Integer
%% Pid = #<Pid>
start_link(Port) ->
not_implemented().
ggs_logger:not_implemented().
%% @doc Stops the dispatcher with the specified reason.
%% @spec stop(Reason) -> ok.
%% Reason = String
stop(Reason) -> not_implemented().
stop(Reason) -> ggs_logger:not_implemented().
%% gen_server callbacks