neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxx

This commit is contained in:
Max Kellermann
2014-02-06 22:11:03 +01:00
parent 7e34737b2b
commit a7989077ab
4 changed files with 53 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
#include "config.h"
#include "SmbclientNeighborPlugin.hxx"
#include "lib/smbclient/Init.hxx"
#include "lib/smbclient/Domain.hxx"
#include "neighbor/NeighborPlugin.hxx"
#include "neighbor/Explorer.hxx"
#include "neighbor/Listener.hxx"
@@ -38,8 +39,6 @@
#include <list>
#include <algorithm>
static constexpr Domain smbclient_domain("smbclient");
class SmbclientNeighborExplorer final : public NeighborExplorer {
struct Server {
std::string name, comment;