www.pudn.com > EncryptionDecryption.rar.rar > cipher.hrh


/* Copyright (c) 2003, Nokia. All rights reserved */ 
 
#ifndef __CIPHER_HRH__ 
#define __CIPHER_HRH__ 
 
// Cipher enumerate command codes  
enum TCipherIds 
    { 
    ECipherEncrypt = 1,  // start value must not be 0 
	ECipherDecrypt = 2 
    // add further enumerations here 
    }; 
 
 
#endif // __CIPHER_HRH__