From d35cd5304d334582d8479062a52a8c7b34f892a1 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Sun, 25 Feb 2018 12:31:54 +0100 Subject: Fixes a few typos, adds 'unimplemented' functions. --- src/io/security.erl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/io/security.erl') diff --git a/src/io/security.erl b/src/io/security.erl index fb7be8d..34b6df2 100644 --- a/src/io/security.erl +++ b/src/io/security.erl @@ -7,7 +7,14 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --export([assert_identity/2]). +-export +( + [ + assert_identity/2, + lock_queries/1, + unlock_queries/1 + ] +). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LOCAL FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -16,4 +23,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -assert_identity (_PlayerID, _SessionToken) -> true. +assert_identity (_PlayerID, _SessionToken) -> unimplemented. + +lock_queries (_PlayerID) -> unimplemented. +unlock_queries (_PlayerID) -> unimplemented. -- cgit v1.2.3-70-g09d2