Changeset 891
- Timestamp:
- 31/08/2006 23:33:05 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/lib/common/UnixUser.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/common/UnixUser.cpp
r710 r891 76 76 UnixUser::~UnixUser() 77 77 { 78 #ifndef WIN3279 78 if(mRevertOnDestruction) 80 79 { … … 86 85 } 87 86 } 88 #endif89 87 } 90 88 … … 101 99 void UnixUser::ChangeProcessUser(bool Temporary) 102 100 { 103 #ifndef WIN32104 101 if(Temporary) 105 102 { … … 123 120 } 124 121 } 125 #endif126 122 } 127 123
Note: See TracChangeset
for help on using the changeset viewer.
