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

« back to all changes in this revision

Viewing changes to lib/cosEventDomain/src/CosEventDomainAdmin_EventDomain_impl.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
%% Description: 
232
232
%%----------------------------------------------------------------------
233
233
add_connection(_OE_This, #state{graph = DG, co_counter = C} = State, 
234
 
               Connection) when record(Connection, 
235
 
                                       'CosEventDomainAdmin_Connection') ->
 
234
               Connection) when is_record(Connection, 
 
235
                                          'CosEventDomainAdmin_Connection') ->
236
236
    SId = Connection#'CosEventDomainAdmin_Connection'.supplier_id,
237
237
    SChannel = lookup_channel(DG, SId),
238
238
    CId = Connection#'CosEventDomainAdmin_Connection'.consumer_id,