- Timestamp:
- Jun 15, 2006, 10:14:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r8496 r8497 98 98 this->dictClient = Zip::getInstance()->loadDictionary( "dict2pl_client" ); 99 99 assert( this->dictClient >= 0 ); 100 this->dictServer = Zip::getInstance()->loadDictionary( "dict2p l_server" );100 this->dictServer = Zip::getInstance()->loadDictionary( "dict2p_server" ); 101 101 assert( this->dictServer >= 0 ); 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.