Ignore:
Timestamp:
Jul 30, 2009, 5:32:42 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/EndpointDescriptor.h

    r5499 r5502  
    6666
    6767        /// copy constructor
    68         EndpointDescriptor(const EndpointDescriptor& rh) :
    69                 endpoints(rh.endpoints) {
    70         }
     68        EndpointDescriptor(const EndpointDescriptor& rh);
    7169
    7270        /// construct end-points from an endpoint set
    73         EndpointDescriptor(const endpoint_set& endpoints ) :
    74                 endpoints(endpoints) {
    75         }
     71        EndpointDescriptor(const endpoint_set& endpoints );
    7672
    7773        /// construct end-points from a string
    78         EndpointDescriptor(const string& str) : endpoints(str) {
    79         }
     74        EndpointDescriptor(const string& str);
    8075
    8176        /// convert end-points to string
Note: See TracChangeset for help on using the changeset viewer.