~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to src/DHTRoutingTableSerializer.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2011-11-08 20:25:08 UTC
  • mfrom: (2.5.7 sid)
  • Revision ID: package-import@ubuntu.com-20111108202508-scfph8rj6tz0cckk
Tags: 1.13.0-1
* New upstream version:
  + Depends on libgcrypt11 (>= 1.5.0-3) (Closes: #642989)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "common.h"
39
39
 
40
40
#include <vector>
41
 
#include <iosfwd>
 
41
#include <string>
42
42
 
43
43
#include "SharedHandle.h"
44
44
 
62
62
 
63
63
  void setNodes(const std::vector<SharedHandle<DHTNode> >& nodes);
64
64
 
65
 
  void serialize(std::ostream& o);
 
65
  void serialize(const std::string& filename);
66
66
};
67
67
 
68
68
} // namespace aria2