~ckerr-s/mmdb/cmake

« back to all changes in this revision

Viewing changes to src/mmdb_manager.cpp

  • Committer: Morten Kjeldgaard
  • Date: 2015-04-19 21:08:03 UTC
  • Revision ID: mok0@ubuntu.com-20150419210803-o5xw9g0d60722oj8
Tags: mmdb-1.25.6.1
Incorporate upstream updates version 1.25.5. Add fink .info file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
//
22
22
//  =================================================================
23
23
//
24
 
//    17.03.09   <--  Date of Last Modification.
 
24
//    23.06.13   <--  Date of Last Modification.
25
25
//                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
26
//  -----------------------------------------------------------------
27
27
//
32
32
//  **** Classes :  CMMDBManager  ( MMDB file manager class )
33
33
//       ~~~~~~~~~
34
34
//
35
 
//  (C) E. Krissinel 2000-2009
 
35
//  (C) E. Krissinel 2000-2013
36
36
//
37
37
//  =================================================================
38
38
//
298
298
  return Title.GetRemarks();
299
299
}
300
300
 
 
301
 
 
302
PCTitleContainer CMMDBManager::GetJournal()  {
 
303
  return Title.GetJournal();
 
304
}
 
305
 
301
306
realtype CMMDBManager::GetResolution()  {
302
307
  return Title.GetResolution();
303
308
}