- Timestamp:
- 05/31/07 18:59:59 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
standardInterfaces/trunk/standardInterfaces/realChar_u.cpp
r1991 r4065 24 24 25 25 #include <ossie/ossieSupport.h> 26 #include <ossie/debug.h> 26 27 27 28 #include "standardinterfaces/realChar_u.h" … … 111 112 } 112 113 113 std::cout << "Attempted to disconnect connection that wasn't made." << std::endl;114 DEBUG(5, StandardInterfaces, "Attempted to disconnect non-existent connection: " << connectionID); 114 115 115 116 }