~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/crypto/src/crypto_server.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
-export([init/1,handle_call/3,handle_cast/2,handle_info/2,code_change/3,
29
29
         terminate/2]).
30
30
 
 
31
%% Measurements shows that inlining port_names/0 is worth doing.
 
32
-compile({inline,[{port_names,0}]}).
 
33
 
31
34
%%% --------------------------------------------------------
32
35
%%% Interface Functions. 
33
36
%%% --------------------------------------------------------