Changeset 8:acc105036a41 in xplra for src/xplra/GetDataRefTask.cc
- Timestamp:
- 01/04/13 14:24:04 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplra/GetDataRefTask.cc
r7 r8 42 42 43 43 using xplcommon::DataStream; 44 using xplcommon::Util; 44 45 45 46 using std::string; … … 54 55 uint8_t type = stream.readU8(); 55 56 if (!stream) return 0; 57 58 // Util::debug("hu.varadiistvan.xplra.GetDataRefTask::execute: name='%s', type=0x%02x\n", 59 // name.c_str(), type); 56 60 57 61 if (type==Protocol::TYPE_INT) {
Note:
See TracChangeset
for help on using the changeset viewer.