Changeset 5856 for geovis/trunk
- Timestamp:
- Sep 11, 2015, 2:45:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
geovis/trunk/IData.cpp
r5852 r5856 16 16 17 17 #include "IData.h" 18 #include "Trace.h" 18 19 19 20 static const char *commandNames[] = { … … 42 43 void IData::iDataInit(const char *username, const char *hub) 43 44 { 45 TRACE("user: %s hub: %s", username, hub); 44 46 static bool first = true; 45 47 g_iDataUsername = username;
Note: See TracChangeset
for help on using the changeset viewer.