tool/MasterDevice.h
changeset 1141 7ffbca63fc72
parent 1136 a0982873d655
child 1160 f02ff486b313
--- a/tool/MasterDevice.h	Thu Jul 24 08:11:07 2008 +0000
+++ b/tool/MasterDevice.h	Thu Jul 24 08:15:44 2008 +0000
@@ -4,8 +4,8 @@
  *
  ****************************************************************************/
 
-#ifndef __EC_MASTER_H__
-#define __EC_MASTER_H__
+#ifndef __MASTER_DEVICE_H__
+#define __MASTER_DEVICE_H__
 
 #include <stdexcept>
 #include <sstream>
@@ -22,7 +22,7 @@
     friend class MasterDevice;
     
     protected:
-        /** Constructor with std::string parameter. */
+        /** Constructor with stringstream parameter. */
         MasterDeviceException(
                 const stringstream &s /**< Message. */
                 ): runtime_error(s.str()) {}