src/Network/Address.hh
changeset 380 d193dd1d8a7e
parent 378 5589abf5e61b
child 381 9b35bc329d23
--- a/src/Network/Address.hh	Tue Dec 16 20:30:35 2008 +0000
+++ b/src/Network/Address.hh	Tue Dec 16 23:21:26 2008 +0000
@@ -68,6 +68,10 @@
          * Construct a NetworkAddress from a machine-readable address of the given length
          */
         NetworkAddress (const sockaddr *addr, socklen_t len);
+
+        /*
+         * We can use the default copy-constructor and assignment operator
+         */
    
     public:    
         /**