Ignore:
Timestamp:
27/08/2010 19:33:13 (21 months ago)
Author:
chris
Message:

Add support for account numbers greater than 0x7fffffff without
wrapping. (merges [2696] from trunk).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11/bin/bbackupd/BackupClientContext.h

    r2414 r2716  
    4646                const std::string &rHostname, 
    4747                int32_t Port, 
    48                 int32_t AccountNumber,  
     48                uint32_t AccountNumber,  
    4949                bool ExtendedLogging, 
    5050                bool ExtendedLogToFile, 
     
    214214        std::string mHostname; 
    215215        int mPort; 
    216         int32_t mAccountNumber; 
     216        uint32_t mAccountNumber; 
    217217        SocketStreamTLS *mpSocket; 
    218218        BackupProtocolClient *mpConnection; 
Note: See TracChangeset for help on using the changeset viewer.