~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/cadxcore/main/controllers/dcmtk/dicomnetclient.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *
3
 
 *  $Id: dicomnetclient.h 3889 2011-06-15 07:52:02Z tovar $
 
3
 *  $Id: dicomnetclient.h 4360 2011-11-02 10:15:15Z carlos $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
154
154
                else {
155
155
                        if (r.bad()) {
156
156
                                LOG_ERROR(ambitolog, "Error en la conexión: " << r.text());
157
 
                                return false;
158
157
                        }
159
158
                        if (c.bad()) {
160
159
                                LOG_ERROR(ambitolog, "Error en la obtención: " << c.text());
161
 
                                return false;
162
160
                        }
163
161
                }
 
162
 
 
163
                
164
164
                return r.good();
165
165
        }
166
166