Changeset 6141 for trunk/SL/AW_NAME/AW_rename.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SL/AW_NAME/AW_rename.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SL/AW_NAME/AW_rename.hxx
r4706 r6141 47 47 char *AWTC_generate_random_name(UniqueNameDetector& existingNames); 48 48 49 struct Persist antNameServerConnection {50 // create a Persist antNameServerConnection instance while calling AWTC_generate_one_name49 struct PersistentNameServerConnection { 50 // create a PersistentNameServerConnection instance while calling AWTC_generate_one_name 51 51 // to avoid repeated re-connections to name server 52 52 bool dummy; 53 Persist antNameServerConnection();54 ~Persist antNameServerConnection();53 PersistentNameServerConnection(); 54 ~PersistentNameServerConnection(); 55 55 }; 56 56
