Environment redesign and test/examples review. English API revisions
[anna.git] / include / anna / comm / ReceiverFactory.hpp
index 3b44c8e..712a09a 100644 (file)
@@ -81,8 +81,8 @@ class Receiver;
 class ReceiverFactory : public Mutex {
 public:
   /**
-     Returns the logical name for this receiver factory. 
-     @return logical name for this receiver factory. 
+     Returns the logical name for this receiver factory.
+     @return logical name for this receiver factory.
   */
   const std::string& getName() const throw() { return a_name; }
 
@@ -123,7 +123,7 @@ public:
 protected:
   /**
      Constructor.
-     \param name Logical name for this receivers factory. 
+     \param name Logical name for this receivers factory.
   */
   ReceiverFactory(const char* name);