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

« back to all changes in this revision

Viewing changes to lib/cosNotification/src/PusherConsumer_impl.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:
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>
238
238
    %% is due.
239
239
    GCTime = 'CosNotification_Common':get_option(gcTime, Options, 
240
240
                                                 ?not_DEFAULT_SETTINGS),
241
 
    GCLimit = 'CosNotification_Common':get_option(gcTime, Options, 
 
241
    GCLimit = 'CosNotification_Common':get_option(gcLimit, Options, 
242
242
                                                  ?not_DEFAULT_SETTINGS),
243
243
    TimeRef = 'CosNotification_Common':get_option(timeService, Options, 
244
244
                                                  ?not_DEFAULT_SETTINGS),