~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to test/Ice/hold/TestI.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2008-02-12 16:28:20 UTC
  • mfrom: (4.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20080212162820-x3e046s7nmabeswv
Tags: 3.2.1-8
Added -g to global compilation flags (Closes: #465074).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// **********************************************************************
2
2
//
3
 
// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
 
3
// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
4
4
//
5
5
// This copy of Ice is licensed to you under the terms described in the
6
6
// ICE_LICENSE file included in this distribution.
15
15
{
16
16
    if(seconds <= 0)
17
17
    {
18
 
        current.adapter->hold();
19
 
        current.adapter->activate();
 
18
        current.adapter->hold();
 
19
        current.adapter->activate();
20
20
    }
21
21
    else
22
22
    {
23
 
        assert(false); // TODO
 
23
        assert(false); // TODO
24
24
    }
25
25
}
26
26