Changeset 8710

Show
Ignore:
Timestamp:
02/16/09 20:35:33 (4 years ago)
Author:
mcarrick
Message:

cleaning up code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/mcarrick/DPD/HWDeviceRegistration.h

    r8709 r8710  
    1212 
    1313#include "include/tinyxml.h" 
    14  
    15 #include <iostream> 
    1614 
    1715// pre-definition 
     
    4240        private: 
    4341                HWDeviceRegistration(); // no default constructor 
    44                 //HWDeviceRegistration(const HWDeviceRegistration& aHWDeviceRegistration); // no copying 
     42                HWDeviceRegistration(const HWDeviceRegistration& aHWDeviceRegistration); // no copying 
    4543 
    4644                std::vector <ChildHWDevice*> childHWDevices;