/[PAMELA software]/chewbacca/YodaProfiler/src/R2-D2.cpp
ViewVC logotype

Diff of /chewbacca/YodaProfiler/src/R2-D2.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Tue Sep 23 07:20:33 2008 UTC revision 1.2 by pam-fi, Tue Nov 29 13:42:18 2011 UTC
# Line 964  int main(int numinp, char *inps[]){ Line 964  int main(int numinp, char *inps[]){
964    //    //
965    // Close the DB connection    // Close the DB connection
966    //    //
967    if ( dbc ) dbc->Close();    if ( dbc ){
968        dbc->Close();
969        delete dbc;
970        dbc = 0;
971      }
972    //    //
973    if ( !neat ) printf("\n");    if ( !neat ) printf("\n");
974    //    //

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23