Changeset 891


Ignore:
Timestamp:
31/08/2006 23:33:05 (5 years ago)
Author:
chris
Message:

Revert to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/UnixUser.cpp

    r710 r891  
    7676UnixUser::~UnixUser() 
    7777{ 
    78 #ifndef WIN32 
    7978        if(mRevertOnDestruction) 
    8079        { 
     
    8685                } 
    8786        } 
    88 #endif 
    8987} 
    9088 
     
    10199void UnixUser::ChangeProcessUser(bool Temporary) 
    102100{ 
    103 #ifndef WIN32 
    104101        if(Temporary) 
    105102        { 
     
    123120                } 
    124121        } 
    125 #endif 
    126122} 
    127123 
Note: See TracChangeset for help on using the changeset viewer.