~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/cosNotification/src/PusherSupplier_impl.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
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:
1
1
%%--------------------------------------------------------------------
2
2
%%<copyright>
3
 
%% <year>1999-2007</year>
 
3
%% <year>1999-2008</year>
4
4
%% <holder>Ericsson AB, All Rights Reserved</holder>
5
5
%%</copyright>
6
6
%%<legalnotice>
287
287
    process_flag(trap_exit, true),
288
288
    GCTime = 'CosNotification_Common':get_option(gcTime, Options, 
289
289
                                                 ?not_DEFAULT_SETTINGS),
290
 
    GCLimit = 'CosNotification_Common':get_option(gcTime, Options, 
 
290
    GCLimit = 'CosNotification_Common':get_option(gcLimit, Options, 
291
291
                                                  ?not_DEFAULT_SETTINGS),
292
292
    TimeRef = 'CosNotification_Common':get_option(timeService, Options, 
293
293
                                                  ?not_DEFAULT_SETTINGS),