~ubuntu-branches/ubuntu/quantal/soprano/quantal

« back to all changes in this revision

Viewing changes to client/socket.cpp

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-07-02 17:05:06 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20120702170506-e4d9pov4raz8opzk
Tags: 2.8.0+dfsg.1-0ubuntu1
* New upstream release (LP: #1018300).
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
Soprano::Socket::~Socket()
55
55
{
 
56
    close();
56
57
}
57
58
 
58
59