Changeset 10921
- Timestamp:
- 06/07/11 22:16:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Dim.h
r10712 r10921 56 56 return DimClient::sendCommand(command.c_str(), (void*)&t, sizeof(t)); 57 57 } 58 59 inline bool SendCommand(const std::string &command, const void *d, size_t s) 60 { 61 return DimClient::sendCommand(command.c_str(), const_cast<void*>(d), s); 62 } 58 63 } 59 64
Note:
See TracChangeset
for help on using the changeset viewer.