msenidentityprovideridarray.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : MSenIdentityProviderIdArray.h
00004 *  Part of     : Web Services Description
00005 *  Interface   : Abstract interface for ProviderID array classes
00006 *  Description : An abstract class used to reference to some
00007 *                                CSenIdentityProviderIdArray owned elsewhere.
00008 *  Version     : 
00009 *
00010 *  Copyright © 2002-2005 Nokia. All rights reserved.
00011 *  This material, including documentation and any related 
00012 *  computer programs, is protected by copyright controlled by 
00013 *  Nokia. All rights are reserved. Copying, including 
00014 *  reproducing, storing, adapting or translating, any 
00015 *  or all of this material requires the prior written consent of 
00016 *  Nokia. This material also contains confidential 
00017 *  information which may not be disclosed to others without the 
00018 *  prior written consent of Nokia.
00019 * ==============================================================================
00020 */
00021 
00022 #ifndef M_SEN_IDENTITY_PROVIDER_ID_ARRAY_H
00023 #define M_SEN_IDENTITY_PROVIDER_ID_ARRAY_H
00024 
00025 //  INCLUDES
00026 #include <e32base.h>
00027 #include <badesca.h>
00028 #include <e32des8.h>
00029 
00030 // CLASS DECLARATION
00031 
00037 class MSenIdentityProviderIdArray
00038         {
00039     public: // New functions
00040                 
00046                 IMPORT_C virtual TBool IsStrict() const = 0;
00047 
00053                 virtual void SetStrict(TBool aStrict) = 0; 
00054                 };
00055 
00056 // M_SEN_IDENTITY_PROVIDER_ID_ARRAY_H
00057 #endif
00058 
00059 // End of File
00060 
00061 

Copyright © Nokia Corporation 2001-2008
Back to top