← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2914: allow exceptions when matching with ADLS

 

------------------------------------------------------------
revno: 2914
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Sun 2012-05-06 18:49:33 +0200
message:
  allow exceptions when matching with ADLS
modified:
  dcpp/ADLSearch.cpp
  dcpp/ADLSearch.h


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/ADLSearch.cpp'
--- dcpp/ADLSearch.cpp	2012-04-07 18:05:24 +0000
+++ dcpp/ADLSearch.cpp	2012-05-06 16:49:33 +0000
@@ -422,7 +422,7 @@
 	}
 }
 
-void ADLSearchManager::matchListing(DirectoryListing& aDirList) noexcept {
+void ADLSearchManager::matchListing(DirectoryListing& aDirList) {
 	ParamMap params;
 	params["userNI"] = ClientManager::getInstance()->getNicks(aDirList.getUser())[0];
 	params["userCID"] = aDirList.getUser().user->getCID().toBase32();

=== modified file 'dcpp/ADLSearch.h'
--- dcpp/ADLSearch.h	2012-04-07 18:05:24 +0000
+++ dcpp/ADLSearch.h	2012-05-06 16:49:33 +0000
@@ -130,7 +130,7 @@
 	GETSET(HintedUser, user, User)
 
 	/// @remarks Used to add ADLSearch directories to an existing DirectoryListing
-	void matchListing(DirectoryListing& aDirList) noexcept;
+	void matchListing(DirectoryListing& aDirList);
 
 private:
 	// Recurse through the directories and files of a directory.