Changeset 11:215163a309ee in xplra for src/xplra/GetDataRefTask.cc
- Timestamp:
- 01/20/13 09:50:28 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplra/GetDataRefTask.cc
r8 r11 32 32 #include "Protocol.h" 33 33 34 #include " xplcommon/Util.h"34 #include "hu/varadiistvan/xplcommon/Util.h" 35 35 36 36 //------------------------------------------------------------------------------ … … 41 41 using xplra::GetDoubleDataRefTask; 42 42 43 using xplcommon::DataStream;44 using xplcommon::Util;43 using hu::varadiistvan::scpl::io::DataStream; 44 using hu::varadiistvan::xplcommon::Util; 45 45 46 46 using std::string;
Note:
See TracChangeset
for help on using the changeset viewer.